This commit is contained in:
shibazaki 2025-01-14 17:13:30 +01:00
parent 3feb1115bd
commit e61a9d941e

View File

@ -27,6 +27,8 @@
nautilus
rofi-wayland
wlogout
(writeShellScriptBin "dontkillsteam" ''
if [[ $(hyprctl activewindow -j | ${pkgs.jq}/bin/jq -r ".class") == "Steam" ]]; then
xdotool windowunmap $(xdotool getactivewindow)