From c956c97dd97069555e6820a5e24d4734cd06144e Mon Sep 17 00:00:00 2001 From: hesam-init Date: Fri, 23 Feb 2024 13:27:14 +0330 Subject: [PATCH] fix: steam workspace rule --- hyprland/.config/hypr/conf/windowrules/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprland/.config/hypr/conf/windowrules/default.conf b/hyprland/.config/hypr/conf/windowrules/default.conf index 01979da..eaa6526 100644 --- a/hyprland/.config/hypr/conf/windowrules/default.conf +++ b/hyprland/.config/hypr/conf/windowrules/default.conf @@ -41,4 +41,4 @@ windowrulev2 = workspace 2,class:^(Code)$ windowrulev2 = workspace 3,class:^(nekoray|Nekoray)$ 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 +windowrulev2 = workspace 5,class:^(Steam|steam)$,title:^(Steam)$ \ No newline at end of file