From: martin f. krafft Date: Thu, 30 Oct 2008 11:03:42 +0000 (+0100) Subject: disable launcher X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/9320ee7da2357ee16e653ceb3ff11e91d106317c disable launcher --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 1c4c651..acfc111 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -176,8 +176,7 @@ 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 = { mylauncher, - mytaglist[s], + mywibox[s].widgets = { mytaglist[s], mytasklist[s], mypromptbox[s], mytimebox,