blob: 43ed37d3a60a8b3696d0e2be7d437f4e07356165 [file] [log] [blame]
Copybara botca5ce642024-11-08 17:38:08 +01001@theme "squared-everforest.rasi"
2
3configuration {
4 modes: "drun,run,ssh,window";
5 show-icons: true;
6 terminal: "foot";
7 icon-theme: "hicolor";
8 drun-match-fields: "name,generic,categories,keywords";
9 drun-show-actions: false;
10 sidebar-mode: true;
11 window-thumbnail: true;
12 timeout {
13 action: "kb-cancel";
14 delay: 0;
15 }
16 filebrowser {
17 directories-first: true;
18 sorting-method: "name";
19 }
20 icon {
21 theme: "hicolor";
22 }
23 drun {
24 display-name: "󰀻";
25 }
26 run {
27 display-name: "";
28 }
29 ssh {
30 display-name: "󰣀";
31 }
32 window {
33 display-name: "";
34 }
35}