diff --git a/.config/hypr/config/programs.conf b/.config/hypr/config/programs.conf index f0a2492..c4e91c0 100644 --- a/.config/hypr/config/programs.conf +++ b/.config/hypr/config/programs.conf @@ -11,9 +11,9 @@ $steam = steam # exec-once = hyprctl dispatch workspace 1 exec-once = [workspace 1 silent] $terminal -exec-once = [workspace 6 silent] $discord +# exec-once = [workspace 6 silent] $discord exec-once = [workspace 6 silent] $spotify -exec-once = [workspace 7 silent] $steam +# exec-once = [workspace 7 silent] $steam exec-once = waybar exec-once = hyprpaper diff --git a/.config/hypr/config/rules.conf b/.config/hypr/config/rules.conf index d033973..8b98081 100644 --- a/.config/hypr/config/rules.conf +++ b/.config/hypr/config/rules.conf @@ -13,3 +13,9 @@ workspace=0,monitor:DP-2,persistent:true windowrulev2 = stayfocused, class:(swappy) +# Steam game rules +# windowrulev2 = windowdance, class:^steam_app_.*$ +# windowrulev2 = stayfocused, class:^steam_app_.*$ +windowrulev2 = monitor DP-3, class:^steam_app_.*$ +# windowrulev2 = fullscreen, class:^steam_app_.*$ +# windowrulev2 = forceinput, class:^steam_app_.*$