diff options
Diffstat (limited to 'awesome/.config')
-rw-r--r-- | awesome/.config/awesome/rc.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 0beffe7..65810bb 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -16,6 +16,8 @@ local freedesktop = require"freedesktop" -- System data library local vicious = require"vicious" +local boardary = require"boardary" + -- {{{ Error handling -- Check if awesome encountered an error during startup and fell back to -- another config (This code will only ever execute for the fallback config) @@ -367,9 +369,12 @@ awful.screen.connect_for_each_screen(function (s) -- Create the wibox s.mywibox = awful.wibar{position = "top", height = "28", screen = s} + -- Virtual keyboard + --s.vkb = boardary(s) + -- Add widgets to the wibox s.mywibox:setup{ - layout = wibox.layout.align.horizontal, + layout = wibox.layout.align.horizontal(middle), {-- Left widgets layout = wibox.layout.fixed.horizontal, -- mylauncher, |