save
This commit is contained in:
@@ -7,6 +7,8 @@ opt.wrap = false
|
|||||||
opt.splitright = true
|
opt.splitright = true
|
||||||
opt.splitbelow = true
|
opt.splitbelow = true
|
||||||
|
|
||||||
|
vim.api.nvim_set_option("clipboard", "unnamedplus")
|
||||||
|
|
||||||
vim.cmd("colorscheme vim")
|
vim.cmd("colorscheme vim")
|
||||||
|
|
||||||
-- mini.pick colors
|
-- mini.pick colors
|
||||||
|
|||||||
@@ -76,7 +76,15 @@ oxwm.set_tags(tags)
|
|||||||
|
|
||||||
oxwm.set_layout_symbol("tiling", "[T]")
|
oxwm.set_layout_symbol("tiling", "[T]")
|
||||||
oxwm.set_layout_symbol("normie", "[F]")
|
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("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 })
|
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, "Shift" }, "Slash", oxwm.show_keybinds())
|
||||||
oxwm.key.bind({ modkey }, "F", oxwm.client.toggle_fullscreen())
|
oxwm.key.bind({ modkey }, "F", oxwm.client.toggle_fullscreen())
|
||||||
oxwm.key.bind({ modkey }, "V", oxwm.client.toggle_floating())
|
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 }, "H", oxwm.set_master_factor(-5))
|
||||||
oxwm.key.bind({ modkey }, "L", 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))
|
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" }, "8", oxwm.tag.toggletag(7))
|
||||||
oxwm.key.bind({ modkey, "Control", "Shift" }, "9", oxwm.tag.toggletag(8))
|
oxwm.key.bind({ modkey, "Control", "Shift" }, "9", oxwm.tag.toggletag(8))
|
||||||
|
|
||||||
oxwm.autostart("export _JAVA_AWT_WM_NONREPARENTING=1")
|
oxwm.autostart("~/walls/set")
|
||||||
|
|
||||||
local walls = {
|
|
||||||
emacs = "emacsfield.png",
|
|
||||||
maxwell = "never_falter.png"
|
|
||||||
}
|
|
||||||
|
|
||||||
oxwm.autostart("xwallpaper --stretch $HOME/walls/" .. walls.emacs)
|
|
||||||
|
|||||||
BIN
walls/walls/bedroom.png
Normal file
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
BIN
walls/walls/blackhole.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 941 KiB |
BIN
walls/walls/gentoo_circle.png
Normal file
BIN
walls/walls/gentoo_circle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 350 KiB |
BIN
walls/walls/gentoo_ufo.png
Normal file
BIN
walls/walls/gentoo_ufo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
3
walls/walls/set
Executable file
3
walls/walls/set
Executable 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
BIN
walls/walls/white_dunes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 MiB |
Reference in New Issue
Block a user