From 7c3e86ea5401f44a846667e3df4db3b52bf4c301 Mon Sep 17 00:00:00 2001 From: Alexander Bell Date: Sun, 18 May 2025 12:18:17 +0200 Subject: [PATCH] Make workspace 1-5 persistent --- .config/hypr/hyprland.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index d174373..d0f833b 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -68,6 +68,12 @@ windowrule = suppressevent maximize, class:.* # Fix some dragging issues with XWayland windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 +workspace = 1, persistent:true +workspace = 2, persistent:true +workspace = 3, persistent:true +workspace = 4, persistent:true +workspace = 5, persistent:true + ################### ### OTHER STUFF ### ###################