From 3307ec350ec45c5ba74ab0f1da8769fdcd4fae0c Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 28 May 2019 00:49:41 +0200 Subject: Remove the unused menu bar --- rc.lua | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'rc.lua') diff --git a/rc.lua b/rc.lua index d418347..8217c2c 100644 --- a/rc.lua +++ b/rc.lua @@ -8,7 +8,6 @@ local wibox = require("wibox") local beautiful = require("beautiful") -- Notification library local naughty = require("naughty") -local menubar = require("menubar") local hotkeys_popup = require("awful.hotkeys_popup").widget -- Load Debian menu entries @@ -119,10 +118,6 @@ mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu, beautiful.awesom mylauncher = awful.widget.launcher({ image = beautiful.awesome_icon, menu = mymainmenu }) --- Menubar configuration -menubar.utils.terminal = terminal -- Set the terminal for applications that require it --- }}} - -- Keyboard map indicator and switcher mykeyboardlayout = awful.widget.keyboardlayout() @@ -380,10 +375,7 @@ globalkeys = awful.util.table.join( history_path = awful.util.get_cache_dir() .. "/history_eval" } end, - {description = "lua execute prompt", group = "awesome"}), - -- Menubar - awful.key({ modkey }, "p", function() menubar.show() end, - {description = "show the menubar", group = "launcher"}) + {description = "lua execute prompt", group = "awesome"}) ) clientkeys = awful.util.table.join( -- cgit v1.2.3