From f17d7be77ced50fe1819220521ff675f7898bcda Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sat, 3 Jan 2026 19:30:13 +1100 Subject: [PATCH] fix: Remove auto workspace placements This breaks on multiple monitors --- .config/hypr/plugins/split-monitor-workspaces.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/plugins/split-monitor-workspaces.conf b/.config/hypr/plugins/split-monitor-workspaces.conf index dc718da..4f75984 100644 --- a/.config/hypr/plugins/split-monitor-workspaces.conf +++ b/.config/hypr/plugins/split-monitor-workspaces.conf @@ -26,6 +26,6 @@ bind = $mainMod SHIFT, 0, split-movetoworkspace, 10 bind = ALT, TAB, lastdesk # Window rules for sticky apps -windowrule = workspace 5, class:vesktop -windowrule = workspace 5, class:org.telegram.desktop -windowrule = workspace 5, class:Slack +#windowrule = workspace 5, class:vesktop +#windowrule = workspace 5, class:org.telegram.desktop +#windowrule = workspace 5, class:Slack