From b93f9148bddc2faa3d3e521a02ae81356ab92dbe Mon Sep 17 00:00:00 2001 From: hesam-init Date: Wed, 14 Feb 2024 17:23:13 +0330 Subject: [PATCH] fix: steam float windowrule --- hyprland/.config/hypr/conf/windowrules/default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyprland/.config/hypr/conf/windowrules/default.conf b/hyprland/.config/hypr/conf/windowrules/default.conf index eae16d7..d9626b4 100644 --- a/hyprland/.config/hypr/conf/windowrules/default.conf +++ b/hyprland/.config/hypr/conf/windowrules/default.conf @@ -13,6 +13,7 @@ windowrulev2= animation popin,class:^(org.telegram.desktop|telegramdesktop)$ # steam rules : windowrulev2= float,class:^(Steam|steam)$,title:^(.*)$ +windowrulev2= tile,class:^(Steam|steam)$,title:^(Steam)$ windowrulev2= animation popin,class:^(Steam|steam)$,title:^(.*)$ # chrome rules : @@ -22,5 +23,4 @@ windowrulev2= float,title:^(Google Chrome)$ windowrulev2 = workspace 1,class:^(chrome|google-chrome|Chrome)$ windowrulev2 = workspace 2,class:^(Code)$ windowrulev2 = workspace 3,class:^(nekoray|Nekoray)$ -windowrulev2 = workspace 4,class:^(org.telegram.desktop|telegramdesktop|discord)$ -# windowrulev2 = workspace 5,class:^(steam)$ \ No newline at end of file +windowrulev2 = workspace 4,class:^(org.telegram.desktop|telegramdesktop|discord)$ \ No newline at end of file