From 481f0c8696e3229e10fcb8dbdc33407f9cbdaaa7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 25 Jan 2026 15:08:27 -0600 Subject: feat(hyprland): add mod+shift+p keybind for waypaper Launch wallpaper selector GUI with mod+shift+p. Co-Authored-By: Claude Opus 4.5 --- dotfiles/hyprland/.config/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index aaac4f3..cb6bec7 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -138,6 +138,7 @@ bind = CTRL ALT, F, exec, thunar bind = $mod, V, exec, virtualbox bind = $mod SHIFT, L, exec, calibre bind = $mod SHIFT, R, exec, shortwave +bind = $mod SHIFT, P, exec, waypaper # Window management (from DWM) bind = $mod, J, layoutmsg, cyclenext -- cgit v1.2.3