this repo has no description
dotfiles
1! "Enabled modi" Set from: Default
2! rofi.modi: window,run,ssh
3rofi.width: 100
4rofi.lines: 10
5rofi.columns: 1
6rofi.font: Iosevka 30
7
8#define rofibg argb:bb2d2d2d
9#define rofibgb #393939
10#define rofinone argb:00000000
11#define rofitext #d3d0c8
12#define rofitexta #99cc99
13#define rofibga argb:5599cc99
14#define rofitextu #f2777a
15#define rofibgu argb:55f2777a
16!#747369
17#define rofihl argb:55393939
18
19rofi.color-enabled: true
20! bg border sep.
21rofi.color-window: rofibg, rofibg, rofibg
22! bg fg alt. bg hl bg hl fg
23rofi.color-normal: rofinone, rofitext, rofinone, rofihl, rofitext
24rofi.color-active: rofinone, rofitexta, rofinone, rofibga, rofitext
25rofi.color-urgent: rofinone, rofitextu, rofinone, rofibgu, rofitext
26
27! "Border width" Set from: Default
28rofi.bw: 0
29
30! "Location on screen" Set from: Default
31! rofi.location: 0
32
33! "Padding" Set from: Default
34rofi.padding: 500
35
36! "Y-offset relative to location" Set from: Default
37! rofi.yoffset: 0
38! "X-offset relative to location" Set from: Default
39! rofi.xoffset: 0
40! "Always show number of lines" Set from: Default
41! rofi.fixed-num-lines: true
42! "Terminal to use" Set from: Default
43! rofi.terminal: rofi-sensible-terminal
44! "Ssh client to use" Set from: Default
45! rofi.ssh-client: ssh
46! "Ssh command to execute" Set from: Default
47! rofi.ssh-command: {terminal} -e {ssh-client} {host}
48! "Run command to execute" Set from: Default
49! rofi.run-command: {cmd}
50! "Command to get extra run targets" Set from: Default
51! rofi.run-list-command:
52! "Run command to execute that runs in shell" Set from: Default
53! rofi.run-shell-command: {terminal} -e {cmd}
54! "Command executed on accep-entry-custom for window modus" Set from: Default
55! rofi.window-command: xkill -id {window}
56! "Disable history in run/ssh" Set from: Default
57! rofi.disable-history: false
58! "Use levenshtein sorting" Set from: Default
59! rofi.levenshtein-sort: false
60! "Set case-sensitivity" Set from: Default
61! rofi.case-sensitive: false
62! "Cycle through the results list" Set from: Default
63! rofi.cycle: true
64! "Enable sidebar-mode" Set from: Default
65! rofi.sidebar-mode: true
66! "Row height (in chars)" Set from: Default
67! rofi.eh: 1
68! "Enable auto select mode" Set from: Default
69! rofi.auto-select: false
70! "Parse hosts file for ssh mode" Set from: Default
71! rofi.parse-hosts: false
72! "Parse known_hosts file for ssh mode" Set from: Default
73! rofi.parse-known-hosts: true
74! "Set the modi to combine in combi mode" Set from: Default
75! rofi.combi-modi: window,run
76! "Set the matching algorithm. (normal, regex, glob, fuzzy)" Set from: Default
77rofi.matching: fuzzy
78! "Tokenize input string" Set from: Default
79! rofi.tokenize: true
80! "Monitor id to show on" Set from: Default
81! rofi.m: -5
82! "Margin between rows" Set from: Default
83! rofi.line-margin: 2
84! "Padding within rows" Set from: Default
85! rofi.line-padding: 1
86! "Pre-set filter" Set from: Default
87! rofi.filter:
88! "Separator style (none, dash, solid)" Set from: Default
89! rofi.separator-style: dash
90! "Hide scroll-bar" Set from: Default
91! rofi.hide-scrollbar: false
92! "Fullscreen" Set from: Default
93! rofi.fullscreen: false
94! "Fake transparency" Set from: Default
95! rofi.fake-transparency: false
96! "DPI" Set from: Default
97! rofi.dpi: -1
98! "Threads to use for string matching" Set from: Default
99! rofi.threads: 0
100! "Scrollbar width" Set from: Default
101! rofi.scrollbar-width: 8
102! "Scrolling method. (0: Page, 1: Centered)" Set from: Default
103! rofi.scroll-method: 0
104! "Background to use for fake transparency. (background or screenshot)" Set from: Default
105! rofi.fake-background: screenshot
106! "Window Format. w (desktop name), t (title), n (name), r (role), c (class)" Set from: Default
107! rofi.window-format: {w} {c} {t}
108! "Click outside the window to exit" Set from: Default
109! rofi.click-to-exit: true
110! "Indicate how it match by underlining it." Set from: Default
111! rofi.show-match: true
112! "Pidfile location" Set from: Default
113! rofi.pid: /run/user/1000/rofi.pid
114! "Paste primary selection" Set from: Default
115! rofi.kb-primary-paste: Control+V,Shift+Insert
116! "Paste clipboard" Set from: Default
117! rofi.kb-secondary-paste: Control+v,Insert
118! "Clear input line" Set from: Default
119! rofi.kb-clear-line: Control+w
120! "Beginning of line" Set from: Default
121! rofi.kb-move-front: Control+a
122! "End of line" Set from: Default
123! rofi.kb-move-end: Control+e
124! "Move back one word" Set from: Default
125! rofi.kb-move-word-back: Alt+b
126! "Move forward one word" Set from: Default
127! rofi.kb-move-word-forward: Alt+f
128! "Move back one char" Set from: Default
129! rofi.kb-move-char-back: Left,Control+b
130! "Move forward one char" Set from: Default
131! rofi.kb-move-char-forward: Right,Control+f
132! "Delete previous word" Set from: Default
133! rofi.kb-remove-word-back: Control+Alt+h,Control+BackSpace
134! "Delete next word" Set from: Default
135! rofi.kb-remove-word-forward: Control+Alt+d
136! "Delete next char" Set from: Default
137! rofi.kb-remove-char-forward: Delete,Control+d
138! "Delete previous char" Set from: Default
139! rofi.kb-remove-char-back: BackSpace,Control+h
140! "Delete till the end of line" Set from: Default
141! rofi.kb-remove-to-eol: Control+k
142! "Delete till the start of line" Set from: Default
143! rofi.kb-remove-to-sol: Control+u
144! "Accept entry" Set from: Default
145! rofi.kb-accept-entry: Control+j,Control+m,Return,KP_Enter
146! "Use entered text as command (in ssh/run modi)" Set from: Default
147! rofi.kb-accept-custom: Control+Return
148! "Use alternate accept command." Set from: Default
149! rofi.kb-accept-alt: Shift+Return
150! "Delete entry from history" Set from: Default
151! rofi.kb-delete-entry: Shift+Delete
152! "Switch to the next mode." Set from: Default
153! rofi.kb-mode-next: Shift+Right,Control+Tab
154! "Switch to the previous mode." Set from: Default
155! rofi.kb-mode-previous: Shift+Left,Control+Shift+Tab
156! "Go to the previous column" Set from: Default
157! rofi.kb-row-left: Control+Page_Up
158! "Go to the next column" Set from: Default
159! rofi.kb-row-right: Control+Page_Down
160! "Select previous entry" Set from: Default
161! rofi.kb-row-up: Up,Control+p,Shift+Tab,Shift+ISO_Left_Tab
162! "Select next entry" Set from: Default
163! rofi.kb-row-down: Down,Control+n
164! "Go to next row, if one left, accept it, if no left next mode." Set from: Default
165! rofi.kb-row-tab: Tab
166! "Go to the previous page" Set from: Default
167! rofi.kb-page-prev: Page_Up
168! "Go to the next page" Set from: Default
169! rofi.kb-page-next: Page_Down
170! "Go to the first entry" Set from: Default
171! rofi.kb-row-first: Home,KP_Home
172! "Go to the last entry" Set from: Default
173! rofi.kb-row-last: End,KP_End
174! "Set selected item as input text" Set from: Default
175! rofi.kb-row-select: Control+space
176! "Take a screenshot of the rofi window" Set from: Default
177! rofi.kb-screenshot: Alt+S
178! "Toggle case sensitivity" Set from: Default
179! rofi.kb-toggle-case-sensitivity: grave,dead_grave
180! "Toggle sort" Set from: Default
181! rofi.kb-toggle-sort: Alt+grave
182! "Quit rofi" Set from: Default
183! rofi.kb-cancel: Escape,Control+g,Control+bracketleft
184! "Custom keybinding 1" Set from: Default
185! rofi.kb-custom-1: Alt+1
186! "Custom keybinding 2" Set from: Default
187! rofi.kb-custom-2: Alt+2
188! "Custom keybinding 3" Set from: Default
189! rofi.kb-custom-3: Alt+3
190! "Custom keybinding 4" Set from: Default
191! rofi.kb-custom-4: Alt+4
192! "Custom Keybinding 5" Set from: Default
193! rofi.kb-custom-5: Alt+5
194! "Custom keybinding 6" Set from: Default
195! rofi.kb-custom-6: Alt+6
196! "Custom Keybinding 7" Set from: Default
197! rofi.kb-custom-7: Alt+7
198! "Custom keybinding 8" Set from: Default
199! rofi.kb-custom-8: Alt+8
200! "Custom keybinding 9" Set from: Default
201! rofi.kb-custom-9: Alt+9
202! "Custom keybinding 10" Set from: Default
203! rofi.kb-custom-10: Alt+0
204! "Custom keybinding 11" Set from: Default
205! rofi.kb-custom-11: Alt+exclam
206! "Custom keybinding 12" Set from: Default
207! rofi.kb-custom-12: Alt+at
208! "Csutom keybinding 13" Set from: Default
209! rofi.kb-custom-13: Alt+numbersign
210! "Custom keybinding 14" Set from: Default
211! rofi.kb-custom-14: Alt+dollar
212! "Custom keybinding 15" Set from: Default
213! rofi.kb-custom-15: Alt+percent
214! "Custom keybinding 16" Set from: Default
215! rofi.kb-custom-16: Alt+dead_circumflex
216! "Custom keybinding 17" Set from: Default
217! rofi.kb-custom-17: Alt+ampersand
218! "Custom keybinding 18" Set from: Default
219! rofi.kb-custom-18: Alt+asterisk
220! "Custom Keybinding 19" Set from: Default
221! rofi.kb-custom-19: Alt+parenleft
222! "The display name of this browser" Set from: Default
223! rofi.display-ssh:
224! "The display name of this browser" Set from: Default
225! rofi.display-run:
226! "The display name of this browser" Set from: Default
227! rofi.display-drun:
228! "The display name of this browser" Set from: Default
229! rofi.display-window:
230! "The display name of this browser" Set from: Default
231! rofi.display-windowcd:
232! "The display name of this browser" Set from: Default
233! rofi.display-combi: