-
Notifications
You must be signed in to change notification settings - Fork 2
ApplicationLauncher
GB_2 edited this page Aug 29, 2021
·
6 revisions
Add the package repository:
echo "repository=https://github.com/rosssoftware/Void-Packages/raw/master" > /etc/xbps.d/ross.confThen install the package:
xbps-install -S ross-applicationlauncherThere is an official git package available in the AUR: ross-applicationlauncher-git
- Qt5 [Widgets, DBus, LinguistTools]
- libqtxdg
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local
make
sudo make installAt first you need to launch it with the command ApplicationLauncher or add it as an autostart program.
Then you can toggle the application launcher manually using dbus with the following command:
dbus-send --dest=org.ROSS.ApplicationLauncher --type=method_call /App org.ROSS.ApplicationLauncher.toggleIf you're running the recommended window manager configurations the keyboard shortcut for toggling the ApplicationLauncher is Super + Q.