summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorNicolas Schodet2019-05-28 00:49:41 +0200
committerNicolas Schodet2019-05-28 00:55:32 +0200
commit3307ec350ec45c5ba74ab0f1da8769fdcd4fae0c (patch)
tree3ca660d065050fba891c4aff317326cdb1f70543 /rc.lua
parent041a75244a8a5f80459ed3e31c985213076d942b (diff)
Remove the unused menu bar
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua10
1 files changed, 1 insertions, 9 deletions
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(