From 1708c3ca212dfe2322aaded12a4513382698fc28 Mon Sep 17 00:00:00 2001 From: cool-mist Date: Thu, 22 Jan 2026 15:51:26 +0530 Subject: [PATCH] fix workspace rules --- private_dot_config/hypr/hyprland.conf | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/private_dot_config/hypr/hyprland.conf b/private_dot_config/hypr/hyprland.conf index 4f47509..777d931 100644 --- a/private_dot_config/hypr/hyprland.conf +++ b/private_dot_config/hypr/hyprland.conf @@ -152,10 +152,6 @@ animations { # windowrule = bordersize 0, floating:0, onworkspace:f[1] # windowrule = rounding 0, floating:0, onworkspace:f[1] -# windowrule = workspace 10,title:(.*)MOVE TO WORKSPACE 10(.*) -# windowrule = center,title:(.*)MOVE TO WORKSPACE 10(.*) -# windowrule = size 800 500,title:(.*)MOVE TO WORKSPACE 10(.*) - workspace = 1, monitor:DP-1, default:true, persistent:true workspace = 2, monitor:DP-1, default:true, persistent:true workspace = 3, monitor:DP-1, default:true, persistent:true @@ -306,6 +302,16 @@ windowrule { suppress_event = maximize } +windowrule { + name = debug-builds + match:title = .*Debug:.* + + center = on + workspace = 10 + size = 900 900 + float = yes +} + # Fix some dragging issues with XWayland windowrule { # Fix some dragging issues with XWayland