diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-11-24 08:11:46 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-24 08:11:46 -0500 |
commit | 208ecf206edaa6426128d9999563af5c3e18fadd (patch) | |
tree | a2cbb6d09a5a6a5caa0f6a7ac99826f30283b775 /.config/rofi/config | |
download | dotfiles-208ecf206edaa6426128d9999563af5c3e18fadd.tar.xz dotfiles-208ecf206edaa6426128d9999563af5c3e18fadd.zip |
Init
Diffstat (limited to '.config/rofi/config')
-rw-r--r-- | .config/rofi/config | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/rofi/config b/.config/rofi/config new file mode 100644 index 0000000..e2080b8 --- /dev/null +++ b/.config/rofi/config @@ -0,0 +1,27 @@ +rofi.modi: run,window,ssh +rofi.width: 25 +rofi.lines: 25 +rofi.columns: 1 +rofi.font: Iosevka Etoile 14 +rofi.color-normal: #0c0c09, #fcffff, #0c0c09, #96b9cb, #fcffff +rofi.color-urgent: #0c0c09, #d6b48d, #22231D, #d6b48d, #fcffff +rofi.color-active: #0c0c09, #7ebaff, #0c0c09, #7ebaff, #0c0c09 +rofi.color-window: #0c0c09, #96b9cb, #677f8c +rofi.bw: 5 +rofi.location: 0 +rofi.padding: 5 +rofi.yoffset: 0 +rofi.xoffset: 0 +rofi.fixed-num-lines: true +rofi.terminal: rofi-sensible-terminal +rofi.ssh-client: ssh +rofi.ssh-command: {terminal} -e {ssh-client} {host} +rofi.run-command: {cmd} +rofi.parse-hosts: true +rofi.matching: normal +rofi.separator-style: none +rofi.scrollbar-width: 0 +rofi.kb-mode-next: Shift+Right,Control+Tab,Alt+l +rofi.kb-mode-previous: Shift+Left,Control+Shift+Tab,Alt+h +rofi.kb-row-up: Up,Control+p,Shift+Tab,Shift+ISO_Left_Tab,Alt+k +rofi.kb-row-down: Down,Control+n,Alt+j |