diff --git a/lain b/lain index 8d1a905..1342ae4 160000 --- a/lain +++ b/lain @@ -1 +1 @@ -Subproject commit 8d1a9054798accb9dfe754fcaf6264609787868d +Subproject commit 1342ae481bc727c45a7e773ec8f815177a9299f5 diff --git a/rc.lua.template b/rc.lua.template index 515bf62..75f8026 100644 --- a/rc.lua.template +++ b/rc.lua.template @@ -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 -- }}}