1
0
Fork 0

away with rofi, dmenu matches way better

This commit is contained in:
Von Random 2016-11-30 19:40:14 +03:00
parent 807132fe58
commit 26abcc5746

View file

@ -76,17 +76,3 @@ URxvt.color13: base0E
URxvt.color14: base05 URxvt.color14: base05
URxvt.color15: base07 URxvt.color15: base07
! }}} ! }}}
! {{{ rofi
rofi.modi: window,run,ssh
rofi.font: Fantasque Sans Mono 12
rofi.terminal: /home/von/.local/bin/default-terminal-emulator
rofi.separator-style: solid
rofi.hide-scrollbar: true
rofi.ssh-client: /home/von/.local/bin/ssh-rofi
! colors
rofi.color-enabled: true
rofi.color-normal: #ffffff,#525d76,#f5f5f5,#5294e2,#ffffff
rofi.color-urgent: #ffffff,#dc322f,#f5f5f5,#5294e2,#dc322f
rofi.color-active: #ffffff,#c2cad0,#f5f5f5,#5294e2,#c2cad0
rofi.color-window: #ffffff,#f5f5f5
! }}}