From d048436af39b105e82093315570da1c73ef68142 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 9 Feb 2026 09:35:00 -0600 Subject: 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. --- dotfiles/hyprland/.config/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'dotfiles/hyprland/.config') 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 -- cgit v1.2.3