From 7c9a26cc0b781ce7688da57d22ca4c0ebbb7b5db Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 6 Nov 2008 14:06:37 +0100 Subject: [PATCH] awesomerc: move awesome icon in top left corner That improves usability since corners are easier to reach. Signed-off-by: Julien Danjou --- awesomerc.lua.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awesomerc.lua.in b/awesomerc.lua.in index 729b82de..0f6c4302 100644 --- a/awesomerc.lua.in +++ b/awesomerc.lua.in @@ -151,8 +151,8 @@ for s = 1, screen.count() do -- Create the wibox mywibox[s] = wibox({ position = "top", fg = beautiful.fg_normal, bg = beautiful.bg_normal }) -- Add widgets to the wibox - order matters - mywibox[s].widgets = { mytaglist[s], - mylauncher, + mywibox[s].widgets = { mylauncher, + mytaglist[s], mytasklist[s], mypromptbox[s], mytextbox,