From 9320ee7da2357ee16e653ceb3ff11e91d106317c Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 30 Oct 2008 12:03:42 +0100 Subject: [PATCH] disable launcher --- .config/awesome/rc.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, -- 2.39.2