From 0d887dafbf7b136dad495398f2448c682039c837 Mon Sep 17 00:00:00 2001 From: Pablu23 Date: Tue, 28 May 2024 11:08:37 +0200 Subject: [PATCH] Updated autostart and rules for gaming --- .config/hypr/config/programs.conf | 4 ++-- .config/hypr/config/rules.conf | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) 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_.*$