This commit is contained in:
2026-06-20 14:02:14 -04:00
parent 4a22f7fe20
commit 7fd38d3655
12 changed files with 4 additions and 112 deletions

View File

@@ -112,7 +112,6 @@ 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())