aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.local/bin/stash-restore
Commit message (Collapse)AuthorAgeFilesLines
* fix(hyprland): auto-rebuild plugins and preserve stash master positionCraig Jennings2026-01-311-4/+12
| | | | | | | - Add pacman hook to rebuild hyprpm plugins after Hyprland updates - Change startup to hyprpm update -n (rebuilds if needed) - Fix stash-restore to preserve master window using batch commands - Add validation tests for plugins and hyprpm hook
* feat(hyprland): add pyprland for scratchpads, magnify, and window stashingCraig Jennings2026-01-291-0/+10
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).