seconds
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user