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 | e0355a369707c31eb701213c0edf2e5bb9ccad38 (patch) | |
| tree | f10eb534b7b3d67e50a96a2258fb2c32d27669d5 /dotfiles/hyprland/.local/bin/stash-window | |
| parent | 7c3f53ed7cc2a676ad27498101ab506db910e9f8 (diff) | |
| download | archsetup-e0355a369707c31eb701213c0edf2e5bb9ccad38.tar.gz archsetup-e0355a369707c31eb701213c0edf2e5bb9ccad38.zip | |
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 'dotfiles/hyprland/.local/bin/stash-window')
| -rwxr-xr-x | dotfiles/hyprland/.local/bin/stash-window | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.local/bin/stash-window b/dotfiles/hyprland/.local/bin/stash-window new file mode 100755 index 0000000..1ffab8c --- /dev/null +++ b/dotfiles/hyprland/.local/bin/stash-window @@ -0,0 +1,4 @@ +#!/bin/bash +# Stash the focused window to a special workspace + +hyprctl dispatch movetoworkspacesilent special:stash |
