This commit is contained in:
vxclutch
2026-05-21 11:05:42 -04:00
parent e19b21bd7b
commit 594c28c706

View File

@@ -53,7 +53,7 @@ local blocks = {
}),
oxwm.bar.block.datetime({
format = "{}",
date_format = "%a, %b %d - %-I:%M %P",
date_format = "%a, %b %d - %-I:%M:%S %P",
interval = 1,
color = colors.cyan,
underline = true,
@@ -175,17 +175,6 @@ 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))
-------------------------------------------------------------------------------
-- Advanced: Keychords
-------------------------------------------------------------------------------
-- Keychords allow you to bind multiple-key sequences (like Emacs or Vim)
-- Format: {{modifiers}, key1}, {{modifiers}, key2}, ...
-- Example: Press Mod4+Space, then release and press T to spawn a terminal
-- oxwm.key.chord({
-- { { modkey }, "Space" },
-- { {}, "T" }
-- }, oxwm.spawn_terminal())
oxwm.autostart("export _JAVA_AWT_WM_NONREPARENTING=1")
local walls = {