From 26abcc574695c8234c57b9bb9300793af7ab857f Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 30 Nov 2016 19:40:14 +0300 Subject: [PATCH] away with rofi, dmenu matches way better --- xresources | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/xresources b/xresources index ba77bde..72fbcfb 100644 --- a/xresources +++ b/xresources @@ -76,17 +76,3 @@ URxvt.color13: base0E URxvt.color14: base05 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 -! }}}