Wing Menu is an alternative menu plugin for lxqt-panel
It has two columns instead of the "classic menu" and was inspired by Xfce's Whisker Menu
sudo apt install git build-essential cmake qttools5-dev \
liblxqt0-dev libkf5windowsystem-dev libqt5x11extras5-dev \
liblxqt-globalkeys-ui0-dev liblxqt-globalkeys0-dev
sudo pacman --needed -S git base-devel cmake liblxqt \
lxqt-build-tools qt5-base kwindowsystem qt5-x11extras
# clone repo
git clone https://github.com/elviosak/plugin-wingmenu.git
# cd into folder
cd plugin-wingmenu
# run install script
bash install.sh
Note: it's not well integrated with actual LXQt Themes, try it with "System" theme and "Fusion" widget style.
WIP branch for Wing Menu styling in themes: https://github.com/lxqt/lxqt-themes/tree/wing-menu-fixes
If everything was successful, you should have a new plugin ready to be added to your panel, named Wing Menu (wingmenu)
.