From b8056d40118b9ba1c5284070611a5735933a553c Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 1 Oct 2015 16:49:08 -0400 Subject: [PATCH] Expand colors for rofi for whatever reason, rofi stopped expanding #xxx to #xxxxxx --- .config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index b23d3da..e78096c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -33,8 +33,8 @@ bindsym Mod1+Mod4+s exec /home/adam/.bin/lock.sh suspend bindsym Mod1+Control+l exec /home/adam/.bin/lock.sh lock # lock screen bindsym Mod1+Control+Delete exec /home/adam/.bin/lock.sh pick # power menu -bindsym $mod+space exec --no-startup-id j4-dmenu-desktop --dmenu="rofi -dmenu -i -bg '#222' -fg '#ccc' -fg-active '#fff' -p 'Apps:'" # start rofi with only .desktop files -bindsym $mod+d exec --no-startup-id rofi -show run -bg '#222' -fg '#ccc' -fg-active '#fff' # start rofi +bindsym $mod+space exec --no-startup-id j4-dmenu-desktop --dmenu="rofi -dmenu -i -bg '#222222' -fg '#cccccc' -fg-active '#ffffff' -p 'Apps:'" # start rofi with only .desktop files +bindsym $mod+d exec --no-startup-id rofi -show run -bg '#222222' -fg '#cccccc' -fg-active '#ffffff' # start rofi bindsym $mod+p exec --no-startup-id ~/.bin/killPanel.sh # Workspace Mangement