init nix-os configuraion files
This commit is contained in:
5
modules/home/hyprland/conf/hypr/scripts/dontkillsteam.sh
Executable file
5
modules/home/hyprland/conf/hypr/scripts/dontkillsteam.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
if [[ $(hyprctl activewindow -j | jq -r ".class") == "Steam" ]]; then
|
||||
xdotool windowunmap $(xdotool getactivewindow)
|
||||
else
|
||||
hyprctl dispatch killactive ""
|
||||
fi
|
||||
Reference in New Issue
Block a user