remove hyprspace
This commit is contained in:
@@ -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.
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ return {
|
||||
-- Store raw executable names here. Callers decide whether a command should
|
||||
-- be wrapped with `uwsm-app` or executed directly.
|
||||
programs = {
|
||||
terminal = "alacritty",
|
||||
terminal = "kitty",
|
||||
file_manager = "dolphin",
|
||||
launcher = "hyprlauncher",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user