Move options for rofi to variable

This commit is contained in:
Adam Goldsmith 2015-10-24 23:25:28 -04:00
parent 978237daea
commit c24a8a5cc3
1 changed files with 4 additions and 2 deletions

View File

@ -35,8 +35,10 @@ bindsym Mod1+Mod4+s exec /home/adam/.bin/lock.sh suspend # 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 '#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
set $rofiOptions -i -bg '#222222' -fg '#cccccc' -fg-active '#ffffff'
bindsym $mod+space exec --no-startup-id j4-dmenu-desktop --dmenu="rofi -dmenu $rofiOptions -p 'Apps:'" # start rofi with only .desktop files
bindsym $mod+d exec --no-startup-id rofi -show run $rofiOptions # start rofi
bindsym $mod+p exec --no-startup-id ~/.bin/killPanel.sh
mode "launch" {