diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-29 23:06:41 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-29 23:06:41 -0600 |
| commit | c378c2f075845f6a8110be37ca7fbb7fc98721c7 (patch) | |
| tree | ecad884574df40ac80f44cf9001eb201d5362110 /archsetup | |
| parent | 0da19ea3454ec54b47c31f921c5c9697c10648f9 (diff) | |
feat(hyprland): add pyprland for scratchpads, magnify, and window stashing
Replace native special workspace scratchpads with pyprland to fix issue
where new windows were captured by visible scratchpads. Add magnify on
mod+Z and window stash scripts (mod+O to stash, mod+Alt+O stash others,
mod+Shift+O restore).
Diffstat (limited to 'archsetup')
| -rwxr-xr-x | archsetup | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1405,6 +1405,7 @@ hyprland() { action="Hyprland Utilities" && display "subtitle" "$action" pacman_install cpio # hyprpm (plugin manager) dependency + aur_install pyprland # scratchpads, magnify, expose (fixes special workspace issues) pacman_install waybar # status bar pacman_install fuzzel # app launcher (native Wayland, pinentry support) pacman_install swww # wallpaper daemon |
