Mate desktop - Debian 12 - quick launcher
Home |
Table of Contents
On the MATE desktop environment in Debian 12 (Bookworm), which continues the traditional desktop model based on GNOME 2, there are a few different methods to quickly launch applications by typing their names, similar to features like Spotlight in macOS or the Start menu search in Windows.
1 Using the MATE Application Menu
MATE Application Menu: By default, MATE includes an application menu where you can browse through categories of installed applications. You can also type the name of an application directly into the search box at the bottom of the menu to quickly find and launch it.
2 Adding and Using a Quick Launcher
If you're looking for a quick launcher that allows you to start typing immediately to find and launch applications, consider the following options:
2.1 1. Using dmenu or rofi
These are lightweight, efficient application launchers that can be installed and used with keyboard shortcuts:
- Install dmenu or rofi:
sudo apt update sudo apt install dmenu # or rofi
- Configure a Keyboard Shortcut:
- Go to System > Control Center > Keyboard Shortcuts.
- Click Add to create a new shortcut.
- Enter a name for the shortcut, like "dmenu" or "rofi".
- In the command field, enter dmenurun for dmenu or rofi -show run for rofi.
- Assign a keyboard shortcut, such as Alt + Space or Ctrl + Space, by clicking in the shortcut area and pressing the desired keys.
2.2 2. Using Synapse
Synapse is another popular application launcher that uses the Zeitgeist engine to find and launch applications, documents, and more:
Install Synapse:
sudo apt update sudo apt install synapse
- Run and Configure Synapse:
- Start Synapse from the application menu or terminal (synapse command).
- Set it to start automatically at login via System > Preferences > Personal > Startup Applications.
- Assign a hotkey through its settings (typically Ctrl + Space).
2.3 3. Using Albert
Albert is an advanced launcher similar to Alfred on macOS. It's highly customizable and supports various plugins:
Install Albert (if it’s available in your repository or via a PPA):
sudo apt update sudo apt install albert
- Configure Albert:
- Launch Albert from the application menu.
- Open its settings to configure the hotkey and preferences.
3 Conclusion
For a typical MATE environment, integrating a tool like dmenu, rofi, Synapse, or Albert can significantly enhance your productivity by allowing quick access to applications and files using just the keyboard. Each option has its strengths, with dmenu and rofi being minimalist and fast, while Synapse and Albert provide more features and deeper integration with your system's activities.