diff options
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 |
