diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-09 09:35:00 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-09 09:35:00 -0600 |
| commit | c96e1c49d2e7336cbb11b28b3b95115ef9482228 (patch) | |
| tree | 1d0b2fef6e4309dba52481207cf8472376b42a66 /dotfiles/hyprland/.config | |
| parent | 4825f8467feb7375ccff0336479eba255f074919 (diff) | |
| download | archsetup-c96e1c49d2e7336cbb11b28b3b95115ef9482228.tar.gz archsetup-c96e1c49d2e7336cbb11b28b3b95115ef9482228.zip | |
feat(hyprland): add scratchpad refocus on window close
IPC listener detects closewindow events and refocuses the visible
scratchpad (special workspace) instead of falling to a regular window.
Diffstat (limited to 'dotfiles/hyprland/.config')
| -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 55a7c35..f258353 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -33,6 +33,7 @@ exec-once = mpd # Pyprland (scratchpads, magnify, etc.) exec-once = pypr +exec-once = hypr-refocus-scratchpad # Apps that can start later (sleep ensures waybar tray is registered) exec-once = sleep 1 && signal-desktop --start-in-tray --ozone-platform=wayland |
