update dmenu_images hotkey

This commit is contained in:
clint 2022-09-02 20:23:32 -05:00
parent e60b7c6e17
commit c39804ebaf
1 changed files with 2 additions and 2 deletions

View File

@ -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