Expandable submenus; better support for other menu systems

This commit is contained in:
Keith Bowes 2024-05-07 22:56:31 -04:00
parent 77652741b5
commit 7a679988ac
4 changed files with 52 additions and 27 deletions

View file

@ -117,6 +117,8 @@ then
DBUS_LAUNCH="dbus-launch --exit-with-session"
fi
export PATH=@bindir@:$PATH
# No need to export these to Waybox
unset TEXTDOMAIN TEXTDOMAINDIR
$DBUS_LAUNCH @libexecdir@/waybox --startup "${WB_AUTOSTART:-true}; ${WB_XDG_AUTOSTART:-true}" "$@"