diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-25 15:08:27 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-25 15:08:27 -0600 |
| commit | b46da23c7732b0beca248ad2920afef17555b6c4 (patch) | |
| tree | d16e887a4777161d1c0f7418407a1cdebcafdce0 /dotfiles/hyprland | |
| parent | 468dfcdf1fade38a77a7befd92d4fc55e9e8bbf9 (diff) | |
| download | archsetup-b46da23c7732b0beca248ad2920afef17555b6c4.tar.gz archsetup-b46da23c7732b0beca248ad2920afef17555b6c4.zip | |
feat(hyprland): add mod+shift+p keybind for waypaper
Launch wallpaper selector GUI with mod+shift+p.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/hyprland')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
