generated from 2KAbhishek/bare-minimum
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.rasi
100 lines (88 loc) · 2.64 KB
/
config.rasi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
configuration {
/*---- General setting ----*/
modi: "drun,window,filebrowser,run";
case-sensitive: false;
cycle: true;
filter: "";
scroll-method: 0;
normalize-match: true;
show-icons: true;
icon-theme: "Reversal";
/* cache-dir: ;*/
steal-focus: false;
/* dpi: -1;*/
/*---- Matching setting ----*/
matching: "normal";
tokenize: true;
/*---- SSH settings ----*/
ssh-client: "ssh";
ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";
parse-hosts: true;
parse-known-hosts: true;
/*---- Drun settings ----*/
drun-categories: "";
drun-match-fields: "name,generic,exec,categories,keywords";
drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";
drun-show-actions: false;
drun-url-launcher: "xdg-open";
drun-use-desktop-cache: false;
drun-reload-desktop-cache: false;
drun {
/** Parse user desktop files. */
parse-user: true;
/** Parse system desktop files. */
parse-system: true;
}
/*---- Run settings ----*/
run-command: "{cmd}";
run-list-command: "";
run-shell-command: "{terminal} -e {cmd}";
/*---- Fallback Icon ----*/
/* run,drun { */
/* fallback-icon: "application-x-addon"; */
/* } */
/*---- Window switcher settings ----*/
window-match-fields: "title,class,role,name,desktop";
window-command: "wmctrl -i -R {window}";
window-format: "{w} · {c} · {t}";
/* window-format: "{w} - {c} - {t:0}"; */
window-thumbnail: false;
/*---- Combi settings ----*/
combi-modi: "window,run";
combi-hide-mode-prefix: false;
combi-display-format: "{mode} {text}";
/*---- History and Sorting ----*/
disable-history: false;
sorting-method: "normal";
max-history-size: 25;
/*---- Display setting ----*/
display-drun: " ";
display-window: " ";
display-filebrowser: " ";
display-run: " ";
display-emoji: " ";
display-calc: " ";
display-ssh: " ";
display-combi: " ";
display-keys: " ";
/*---- Misc setting ----*/
terminal: "rofi-sensible-terminal";
font: "FiraCode Nerd Font 10";
sort: false;
threads: 0;
click-to-exit: true;
/* ignored-prefixes: "";*/
/* pid: "/run/user/1000/rofi.pid";*/
/*---- File browser settings ----*/
filebrowser {
/* directory: "/home";*/
directories-first: true;
sorting-method: "name";
}
/*---- Other settings ----*/
timeout {
action: "kb-cancel";
delay: 0;
}
}
@theme "rofi2k"