Move options for rofi to variable
This commit is contained in:
parent
978237daea
commit
c24a8a5cc3
@ -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" {
|
||||
|
Loading…
Reference in New Issue
Block a user