update dmenu_images hotkey
This commit is contained in:
parent
e60b7c6e17
commit
c39804ebaf
|
@ -249,7 +249,7 @@ set $bar-inactive_workspace #755B69
|
||||||
#}
|
#}
|
||||||
|
|
||||||
# set background on startup
|
# set background on startup
|
||||||
set $wallpaper ~/Pictures/wallpapers/mountain_moon.jpg
|
set $wallpaper /home/clint/Pictures/wallpapers/trees2.jpg
|
||||||
exec --no-startup-id feh --bg-fill $wallpaper
|
exec --no-startup-id feh --bg-fill $wallpaper
|
||||||
|
|
||||||
# turn picom on on start up
|
# turn picom on on start up
|
||||||
|
@ -278,7 +278,7 @@ bindsym $mod+l exec ~/scripts/lock.sh
|
||||||
|
|
||||||
# dmenu stuff
|
# dmenu stuff
|
||||||
bindsym $mod+c exec ~/scripts/dmenu_configs.sh
|
bindsym $mod+c exec ~/scripts/dmenu_configs.sh
|
||||||
bindsym $mod+p exec ~/scripts/dmenu_wallpaper.sh
|
bindsym $mod+p exec ~/scripts/dmenu_images.sh
|
||||||
bindsym $mod+x exec ~/scripts/dmenu_shutdown.sh
|
bindsym $mod+x exec ~/scripts/dmenu_shutdown.sh
|
||||||
|
|
||||||
# common programs
|
# common programs
|
||||||
|
|
Loading…
Reference in New Issue