Files
nix/modules/home/hyprland/conf/hypr/scripts/dontkillsteam.sh
2025-04-25 23:10:55 +08:00

6 lines
164 B
Bash
Executable File

if [[ $(hyprctl activewindow -j | jq -r ".class") == "Steam" ]]; then
xdotool windowunmap $(xdotool getactivewindow)
else
hyprctl dispatch killactive ""
fi