hyprdots/Configs/.local/share/bin/dontkillsteam.sh
2024-12-10 23:54:56 +01:00

5 lines
164 B
Bash
Executable file

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