Add keybinding to switch wallpaper

This commit is contained in:
Oliver Davies 2024-01-15 00:07:41 +00:00
parent fbb62dd6ce
commit c66861483b

View file

@ -34,6 +34,7 @@ in
"${modifier}+Shift+k" = "move up"; "${modifier}+Shift+k" = "move up";
"${modifier}+Shift+l" = "move right"; "${modifier}+Shift+l" = "move right";
"${modifier}+Shift+s" = "exec --no-startup-id feh --randomize --bg-scale /home/${username}/Pictures/Wallpaper/*;";
"${modifier}+Shift+p" = "exec flameshot gui"; "${modifier}+Shift+p" = "exec flameshot gui";
"${modifier}+Shift+y" = "exec copyq toggle"; "${modifier}+Shift+y" = "exec copyq toggle";