This commit is contained in:
vxclutch
2026-06-02 21:32:53 -04:00
parent 7168ebdf67
commit 4d31b771da
3 changed files with 34 additions and 0 deletions

View File

@@ -185,6 +185,12 @@ oxwm.key.bind({ modkey, "Control", "Shift" }, "7", oxwm.tag.toggletag(6))
oxwm.key.bind({ modkey, "Control", "Shift" }, "8", oxwm.tag.toggletag(7))
oxwm.key.bind({ modkey, "Control", "Shift" }, "9", oxwm.tag.toggletag(8))
oxwm.key.chord({
{ { modkey }, "R" },
{ {}, "C" }
}, oxwm.spawn({ "$HOME/wpilib/2026/frccode/frccode2026" }))
oxwm.autostart("~/walls/set")
oxwm.autostart("fastcompmgr")
oxwm.autostart("gentoo-pipewire-launcher")
oxwm.autostart("dunst")