1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00

freedesktop.menu: add (commented) signal for hiding when mouse leaves

This commit is contained in:
Luca CPZ 2018-12-23 21:03:45 +01:00
parent f4c89b2f53
commit 2f72652740
2 changed files with 4 additions and 1 deletions

2
lain

@ -1 +1 @@
Subproject commit 8d1a9054798accb9dfe754fcaf6264609787868d
Subproject commit 1342ae481bc727c45a7e773ec8f815177a9299f5

View file

@ -207,6 +207,9 @@ awful.util.mymainmenu = freedesktop.menu.build({
-- other triads can be put here
}
})
-- hide menu when mouse leaves it
--awful.util.mymainmenu.wibox:connect_signal("mouse::leave", function() awful.util.mymainmenu:hide() end)
--menubar.utils.terminal = terminal -- Set the Menubar terminal for applications that require it
-- }}}