From 56f4dc4d4e89434de3d5e2888cb10852c0349365 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 14 Jan 2025 22:12:51 +0900 Subject: minor decorations --- config/hypr/UserConfigs/UserDecorAnimations.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hypr/UserConfigs') diff --git a/config/hypr/UserConfigs/UserDecorAnimations.conf b/config/hypr/UserConfigs/UserDecorAnimations.conf index bd10091a..b8aa2ce8 100644 --- a/config/hypr/UserConfigs/UserDecorAnimations.conf +++ b/config/hypr/UserConfigs/UserDecorAnimations.conf @@ -14,7 +14,7 @@ general { gaps_out = 8 col.active_border = $color12 - col.inactive_border = $color9 + col.inactive_border = $color10 } decoration { @@ -34,7 +34,7 @@ decoration { render_power = 1 color = $color12 - color_inactive = $color9 + color_inactive = $color10 } -- cgit v1.2.3 From acabf01a3ced31bf1810d56bb08acd3ee0b8bad6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 15 Jan 2025 11:42:10 +0900 Subject: added teams for linux workspace rules to open at Workspace 7 --- config/hypr/UserConfigs/WindowRules.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'config/hypr/UserConfigs') diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 62289157..690eb624 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -40,6 +40,7 @@ windowrulev2 = workspace 5, class:^([Ll]utris)$ windowrulev2 = workspace 7, class:^([Dd]iscord|[Ww]ebCord|[Vv]esktop)$ windowrulev2 = workspace 7, class:^([Ff]erdium)$ windowrulev2 = workspace 7, class:^([Ww]hatsapp-for-linux)$ +windowrulev2 = workspace 7, class:^(teams-for-linux)$ # windowrule v2 move to workspace (silent) windowrulev2 = workspace 6 silent, class:^(virt-manager)$ -- cgit v1.2.3