diff --git a/hyprland/.config/hypr/conf/windowrules/default.conf b/hyprland/.config/hypr/conf/windowrules/default.conf index a6d2ab3..a191bb4 100644 --- a/hyprland/.config/hypr/conf/windowrules/default.conf +++ b/hyprland/.config/hypr/conf/windowrules/default.conf @@ -2,14 +2,16 @@ # Window rules # ----------------------------------------------------- windowrulev2 = bordercolor rgb(FF0000) rgb(880808) 15deg,fullscreen:1 - windowrulev2= float,class:^(org.telegram.desktop|telegramdesktop)$,title:^(Media viewer)$ windowrulev2= float,class:^(Steam|steam)$,title:^(Friends List)$ +windowrulev2= float,title:^(Google Chrome)$ windowrulev2= animation popin,class:^(org.telegram.desktop|telegramdesktop)$ - -windowrulev2 = float,class:^(pavucontrol|wlogout|dunst|Dunst|org.kde.polkit-kde-authentication-agent-1)$ windowrulev2 = animation popin,class:^(alacritty|Alacritty|pavucontrol|org.kde.polkit-kde-authentication-agent-1)$ +windowrulev2 = float,class:^(pavucontrol|wlogout|dunst|Dunst|org.kde.polkit-kde-authentication-agent-1)$ + # apps workspace : +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