hyprcrux/.config/hypr/scripts/dontkillsteam.sh
2024-02-26 00:59:53 -05: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