Use named workspaces for Hyprland scratchpads

This commit is contained in:
2026-06-05 08:39:15 -07:00
parent 3da55b59d2
commit 1f2a38a8f7

View File

@@ -110,7 +110,7 @@ function M.setup(ctx)
end
local function scratchpad_workspace(name)
return "special:scratch-" .. name
return "name:scratch-hidden-" .. name
end
local function as_number(value, default)