diff options
Diffstat (limited to 'awesome')
| -rw-r--r-- | awesome/rc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 3558fdb..d0ec162 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -64,6 +64,7 @@ myawesomemenu = { { "hotkeys", function() hotkeys_popup.show_help(nil, awful.screen.focused()) end }, -- { "manual", terminal .. " -e man awesome" }, { "config", editor .. " " .. awesome.conffile }, + { "picom", function() awful.spawn("sh -c 'kate $HOME/.config/picom.conf'") end }, { "refresh", awesome.restart }, { "reboot" , function() awful.spawn("sh -c 'gksudo reboot now'") end }, -- { "quit", function() awesome.quit() end }, |
