From 8a1ef08577efbf7d1c79d867b30d5daccf562551 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Fri, 23 Feb 2024 13:24:31 +0330 Subject: [PATCH] feat: steam workspace rul --- hyprland/.config/hypr/conf/windowrules/default.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hyprland/.config/hypr/conf/windowrules/default.conf b/hyprland/.config/hypr/conf/windowrules/default.conf index 2cf3ef2..01979da 100644 --- a/hyprland/.config/hypr/conf/windowrules/default.conf +++ b/hyprland/.config/hypr/conf/windowrules/default.conf @@ -39,4 +39,6 @@ windowrulev2= float,title:^(Google Chrome)$ windowrulev2 = workspace 1,class:^(chrome|google-chrome|Chrome|Firefox|firefox)$ windowrulev2 = workspace 2,class:^(Code)$ windowrulev2 = workspace 3,class:^(nekoray|Nekoray)$ -windowrulev2 = workspace 4,class:^(org.telegram.desktop|telegramdesktop|discord)$ \ No newline at end of file +windowrulev2 = workspace 4,class:^(org.telegram.desktop|telegramdesktop|discord)$ +windowrulev2 = workspace 4,class:^(org.telegram.desktop|telegramdesktop|discord)$ +windowrulev2 = workspace 5,class:^(Steam)$,title:^(Steam)$ \ No newline at end of file