This commit is contained in:
vx-clutch
2026-05-04 19:33:06 -04:00
parent 5ee4a41958
commit e888ace8c5
3 changed files with 8 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ oxwm.key.bind({ modkey }, "B", oxwm.spawn({ "librewolf" }))
oxwm.key.bind({ modkey }, "D", oxwm.spawn({ "vesktop" }))
oxwm.key.bind({ modkey }, "G", oxwm.spawn({ "steam" }))
oxwm.key.bind({ modkey }, "M", oxwm.spawn({ "atlauncher" }))
oxwm.key.bind({ modkey }, "S", oxwm.spawn({ "sober" }))
oxwm.key.bind({ modkey }, "Return", oxwm.spawn_terminal())
oxwm.key.bind({ modkey }, "Space", oxwm.spawn({ "sh", "-c", "dmenu_run -l 10" }))
@@ -136,4 +137,10 @@ oxwm.key.bind({ modkey, "Control", "Shift" }, "9", oxwm.tag.toggletag(8))
-- }, oxwm.spawn_terminal())
oxwm.autostart("export _JAVA_AWT_WM_NONREPARENTING=1")
oxwm.autostart("xwallpaper --center $HOME/walals/never_falter.png")
local walls = {
emacs = "emacsfield.png",
maxwell = "never_falter.png"
}
oxwm.autostart("xwallpaper --stretch $HOME/walls/" .. walls.maxwell)

BIN
walls/walls/emacsfield.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB