This commit is contained in:
vxclutch
2026-06-04 21:34:27 -04:00
parent 2d08190f84
commit ae65809dd0
7 changed files with 121 additions and 7 deletions

View File

@@ -85,10 +85,6 @@ oxwm.set_modkey(modkey)
oxwm.set_tags(tags)
oxwm.set_layout_symbol("tiling", "[T]")
oxwm.key.bind({ modkey }, "C", oxwm.layout.set("tiling"))
oxwm.key.bind({ "Mod4" }, "T", oxwm.layout.set("tabbed"))
oxwm.key.bind({ modkey }, "N", oxwm.layout.set("scrolling"))
oxwm.rule.add({ instance = "atlauncher", floating = true })
oxwm.border.set_width(2)
@@ -113,6 +109,8 @@ oxwm.key.bind({ modkey }, "D", oxwm.spawn({ "vesktop-bin" }))
oxwm.key.bind({ modkey }, "G", oxwm.spawn({ "steam" }))
oxwm.key.bind({ modkey }, "M", oxwm.spawn({ "ATLauncher" }))
oxwm.key.bind({ modkey }, "S", oxwm.spawn({ "flatpak run org.vinegarhq.Sober" }))
oxwm.key.bind({ modkey }, "N", oxwm.spawn({ "neovide" }))
oxwm.key.bind({ modkey, "Shift" }, "F", oxwm.spawn({ "thunar" }))
oxwm.key.bind({ modkey }, "Return", oxwm.spawn_terminal())
oxwm.key.bind({ modkey }, "Space", oxwm.spawn({ "sh", "-c", "dmenu_run -l 10" }))