diff options
| author | Blista Kanjo | 2021-10-10 03:14:58 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2021-10-10 03:14:58 -0400 |
| commit | ae760735743700c2e71d1e118cf08e7edc4a025b (patch) | |
| tree | dfb10704f3c14a15aeb9dfdc7dc2e46b6699a39e /awesome/rc.lua | |
| parent | 0cb05d13b6c2e3a5194cbf09f145100fbdc635f7 (diff) | |
new main menu items and picom fixes
Diffstat (limited to 'awesome/rc.lua')
| -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 }, |
