mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 11:12:31 +00:00
freedesktop.menu: add (commented) signal for hiding when mouse leaves
This commit is contained in:
parent
f4c89b2f53
commit
2f72652740
2
lain
2
lain
|
@ -1 +1 @@
|
|||
Subproject commit 8d1a9054798accb9dfe754fcaf6264609787868d
|
||||
Subproject commit 1342ae481bc727c45a7e773ec8f815177a9299f5
|
|
@ -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
|
||||
-- }}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue