summaryrefslogtreecommitdiffstats
path: root/.config/rofi/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/rofi/config')
-rw-r--r--.config/rofi/config38
1 files changed, 27 insertions, 11 deletions
diff --git a/.config/rofi/config b/.config/rofi/config
index df6e244..c23ec3a 100644
--- a/.config/rofi/config
+++ b/.config/rofi/config
@@ -1,11 +1,27 @@
1rofi.color-enabled: true 1rofi.modi: window,run,ssh
2rofi.color-window: #141021, #0a0f14, #195466 2rofi.width: 50
3rofi.color-normal: #141021, #ffeefc, #195466, #c23127, #ffeefc 3rofi.lines: 15
4rofi.color-active: #141021, #2aa889, #195466, #d26939, #ffeefc 4rofi.columns: 1
5rofi.color-urgent: #141021, #e4b226, #195466, #e4b226, #ffeefc 5rofi.font: scientifica 10
6rofi.width: 800 6rofi.color-normal: #27150d, #e1e5e8, #27150d, #7c7c7b, #e1e5e8
7rofi.padding: 50 7rofi.color-urgent: #27150d, #d6b48d, #22231D, #d6b48d, #e1e5e8
8rofi.font: Lato 18 8rofi.color-active: #27150d, #B3C9DD, #27150d, #B3C9DD, #27150d
9rofi.bw: 3 9rofi.color-window: #27150d, #7c7c7b, #555554
10rofi.separator-style: solid 10rofi.bw: 5
11rofi.hide-scrollbar: true 11rofi.location: 0
12rofi.padding: 5
13rofi.yoffset: 0
14rofi.xoffset: 0
15rofi.fixed-num-lines: true
16rofi.terminal: rofi-sensible-terminal
17rofi.ssh-client: ssh
18rofi.ssh-command: {terminal} -e {ssh-client} {host}
19rofi.run-command: {cmd}
20rofi.parse-hosts: true
21rofi.matching: normal
22rofi.separator-style: none
23rofi.scrollbar-width: 0
24rofi.kb-mode-next: Shift+Right,Control+Tab,Alt+l
25rofi.kb-mode-previous: Shift+Left,Control+Shift+Tab,Alt+h
26rofi.kb-row-up: Up,Control+p,Shift+Tab,Shift+ISO_Left_Tab,Alt+k
27rofi.kb-row-down: Down,Control+n,Alt+j