Updating xmobar

This commit is contained in:
Derek Taylor
2021-08-04 14:20:07 -05:00
parent 2036a250e6
commit 4621e0371a
7 changed files with 17 additions and 18 deletions

View File

@@ -237,7 +237,7 @@ Awesome has a menu system if you want to use it.
local myawesomemenu = {
{ "hotkeys", function() return false, hotkeys_popup.show_help end },
{ "manual", terminal .. " -e 'man awesome'" },
{ "edit config", terminal.." vim ~/.config/awesome/rc.lua" },
{ "edit config", "emacsclient -c -a emacs ~/.config/awesome/rc.lua" },
{ "arandr", "arandr" },
{ "restart", awesome.restart },
}