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