Add scratchpad

Added scratchpads
This commit is contained in:
2026-06-29 16:35:52 -04:00
parent 71d4c14a62
commit 02708b12c8
4 changed files with 278 additions and 20 deletions
+2
View File
@@ -85,6 +85,8 @@ keybinds = {
{ mods = { "logo", "shift" }, key = "less", action = "tagmon", args = { "left" } },
{ mods = { "logo", "shift" }, key = "greater", action = "tagmon", args = { "right" } },
{ mods = { "logo", "shift" }, key = "e", action = "quit" },
{ mods = { "logo" }, key = "`", action = "togglescratchpad" },
{ mods = { "logo", "shift" }, key = "~", action = "swapdirscratchpad" },
}
-- layout switchers (also available: setlayout_dwindle, setlayout_master, setlayout_monocle)