]> git.rmz.io Git - dotfiles.git/commitdiff
awesome: remove launcher menu button
authorSamir Benmendil <samir.benmendil@gmail.com>
Thu, 31 Jul 2014 09:13:44 +0000 (10:13 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sun, 3 Aug 2014 12:05:31 +0000 (13:05 +0100)
awesome/topbar.lua

index c6f21fc1513d75d2e5a1083f87ae291dc8a7d650..e40b474c7cc3136b090e09e92f770275751e825a 100644 (file)
@@ -82,7 +82,7 @@ for s = 1, screen.count() do
 
     -- Widgets that are aligned to the left
     local left_layout = wibox.layout.fixed.horizontal()
-    left_layout:add(mylauncher)
+    -- left_layout:add(mylauncher)
     left_layout:add(mytaglist[s])
     left_layout:add(mypromptbox[s])