revert(hypr): remove game-focus-watcher, restore steam rules

Keep only DP-1 forcing changes: gamingMonitor variable, monitor rules
for steam_app/mkGameRules, gaming-focus script, and SUPER+G binding.

Remove game-focus-watcher (caused game freeze on workspace switch).
Revert steam workspace rule back to title:Steam only.
Revert ghostty exec-once order.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
CLAUDE AI
2026-05-28 08:18:42 -05:00
committed by kenji
parent fe0d006f2e
commit f7ab887ed0
2 changed files with 2 additions and 34 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
];
wayland.windowManager.hyprland.settings.exec-once = [
"[workspace 1] uwsm app -- ghostty -e bash -c 'fastfetch; exec $SHELL'" # TODO: must be xdg-terminal-exec, or default user terminal
"[workspace special:preload silent] uwsm app -- xdg-terminal-exec"
"[workspace 1] uwsm app -- ghostty -e bash -c 'fastfetch; exec $SHELL'" # TODO: must be xdg-terminal-exec, or default user terminal
];
}