On Linux, you can either install Kando from your package manager, or via any of the pre-packaged binaries from GitHub releases.
Installing Kando on Linux
Installation via a Package Manager
-
Kando is already available in several package managers.
You can install
kando-bin
from the AUR.A
kando
package is available in Nixpkgs.You can install Kando from the AppMan package manager.
-
After the installation, you can start Kando from your application launcher! Not much will happen, as Kando is a tray application and will run in the background.
-
On most X11 based distributions, you can now press Ctrl + Space to open the example menu!
Installation via a Pre-Packaged Binary
-
Just head over to the releases page and download a package that fits your distribution.
On Ubuntu and other Debian-based distributions, you can download the
Kando_*_amd64.deb
package.On Fedora and other RPM-based distributions, you can download the
Kando-*.x86_64.rpm
package.The
Kando-*-x86_64.AppImage
package is a universal package that should work on most distributions.The
Kando-linux-x64-*.zip
package is a generic package that should work on most distributions. -
Install the package. The AppImage and Zip Archive packages are standalone and can be run directly. The other packages need to be installed.
After the installation, you can start Kando from your application launcher! Not much will happen, as Kando is a tray application and will run in the background.
After the installation, you can start Kando from your application launcher! Not much will happen, as Kando is a tray application and will run in the background.
-
On most X11 based distributions, you can now press Ctrl + Space to open the example menu!
Desktop Specifics
Implementing a menu like Kando on Wayland is not exactly easy. Things like getting the mouse position before opening a window, simulating key presses, or getting the name of the currently focused application window does not work out of the box. Therefore, Kando needs some additional setup on Wayland based desktop environments. There are also some X11 based desktop environments that need some additional setup.
GNOME on Wayland
You will also need to install the π Kando Integration Extension. Via a D-Bus interface, it provides the name of the currently focused window, and the current mouse pointer position. Furthermore, it allows registering and simulating keyboard shortcuts.
KDE Plasma on Wayland
If you are using Plasma on Wayland, Kando cannot directly bind global shortcuts. Instead, you specify a shortcut ID for each menu in Kandoβs menu editor and bind a key combination for this shortcut ID in your system settings. You can bind a shortcut to the shortcut ID under the KWin section in the global shortcuts settings.
Hyprland
You will need some window rules for Kando. Else, the menu will not float above other windows.
Also, Kando cannot directly bind global shortcuts on Hyprland.
Instead, you specify a shortcut ID for each menu in Kandoβs menu editor and bind a key combination in hyprland.conf
.
Replace example-menu
with the ID of your menu.
Dusk
On Dusk, you will have to install and use a compositor like picom
or compton
to make the transparency work.
Also, you will need some window rules for Kando:
LXDE, i3, Openbox, and others
On some minimal desktop environments, you will have to install and use a compositor like picom
or compton
to make the transparency work.