remove hyprspace

This commit is contained in:
2026-08-23 16:57:44 -07:00
parent bdec7e77bf
commit 09d35cfc4d
4 changed files with 32 additions and 14 deletions
-8
View File
@@ -286,14 +286,6 @@ hl.bind(
{ description = "Promote to master" }
)
-- Hyprtasking provides a visual overview of windows on all workspaces.
hl.bind(
chord(hyper, "SPACE"),
function()
hl.plugin.overview.toggle("all")
end,
{ description = "Toggle all-workspace window overview" }
)
-- Toggle a focused client into an 80%-sized centered floating mode. Returning
-- it to tiled mode lets the active layout restore its previous geometry.