X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/205803aee0f63e0b0e86640116742b8c3daba88d..d9bfce8495cd8107e2346942073f04f2d79f5862:/.config/awesome/rc.lua diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 282a2fc..892f9fc 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -120,7 +120,7 @@ mykeyboardlayout = awful.widget.keyboardlayout() -- {{{ Wibox -- Create a textclock widget -mytextclock = wibox.widget.textclock() +mytextclock = wibox.widget.textclock("%a %d %b %H:%M:%S", 1) -- Create a wibox for each screen and add it mywibox = {} @@ -434,6 +434,7 @@ awful.rules.rules = { properties = { border_width = beautiful.border_width, border_color = beautiful.border_normal, focus = awful.client.focus.filter, + size_hints_honor = false, raise = true, keys = clientkeys, buttons = clientbuttons,