This commit is contained in:
vxclutch
2026-05-22 21:00:33 -04:00
parent 594c28c706
commit 47bc357cea
8 changed files with 14 additions and 10 deletions

View File

@@ -7,6 +7,8 @@ opt.wrap = false
opt.splitright = true
opt.splitbelow = true
vim.api.nvim_set_option("clipboard", "unnamedplus")
vim.cmd("colorscheme vim")
-- mini.pick colors

View File

@@ -76,7 +76,15 @@ oxwm.set_tags(tags)
oxwm.set_layout_symbol("tiling", "[T]")
oxwm.set_layout_symbol("normie", "[F]")
oxwm.set_layout_symbol("monocle", "[M]")
oxwm.set_layout_symbol("grid", "[G]")
oxwm.set_layout_symbol("tabbed", "[=]")
oxwm.set_layout_symbol("scrolling", "[>>]")
oxwm.key.bind({ modkey, "Shift" }, "C", oxwm.layout.set("tiling"))
oxwm.key.bind({ modkey, "Shift" }, "T", oxwm.layout.set("tabbed"))
-- oxwm.key.bind({ modkey, "Shift" }, "S", oxwm.layout.set("sliding"))
oxwm.key.bind({ modkey, "Shift" }, "N", oxwm.layout.cycle())
oxwm.rule.add({ instance = "atlauncher", floating = true })
@@ -110,8 +118,6 @@ oxwm.key.bind({ modkey }, "w", oxwm.client.kill())
oxwm.key.bind({ modkey, "Shift" }, "Slash", oxwm.show_keybinds())
oxwm.key.bind({ modkey }, "F", oxwm.client.toggle_fullscreen())
oxwm.key.bind({ modkey }, "V", oxwm.client.toggle_floating())
oxwm.key.bind({ modkey }, "C", oxwm.layout.set("tiling"))
oxwm.key.bind({ modkey }, "T", oxwm.layout.set("tabbed"))
oxwm.key.bind({ modkey }, "H", oxwm.set_master_factor(-5))
oxwm.key.bind({ modkey }, "L", oxwm.set_master_factor(5))
oxwm.key.bind({ modkey }, "I", oxwm.inc_num_master(1))
@@ -175,11 +181,4 @@ 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.autostart("export _JAVA_AWT_WM_NONREPARENTING=1")
local walls = {
emacs = "emacsfield.png",
maxwell = "never_falter.png"
}
oxwm.autostart("xwallpaper --stretch $HOME/walls/" .. walls.emacs)
oxwm.autostart("~/walls/set")

BIN
walls/walls/bedroom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 MiB

BIN
walls/walls/blackhole.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

BIN
walls/walls/gentoo_ufo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

3
walls/walls/set Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
xwallpaper --stretch $(ls -1 $HOME/walls/*.png | shuf -n 1)

BIN
walls/walls/white_dunes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB