hyprland-wiki/pages/Useful Utilities/App-Launchers.md

51 lines
1.7 KiB
Markdown
Raw Normal View History

---
weight: 6
title: App launchers
---
2022-08-12 20:46:36 +02:00
## Wofi
2022-08-13 01:47:48 +02:00
2022-08-13 18:25:43 +02:00
Wofi is a GTK-based customizable launcher for wayland.
2022-08-13 01:47:48 +02:00
[SourceHut](https://hg.sr.ht/~scoopta/wofi).
2022-08-12 20:46:36 +02:00
2022-08-13 18:25:43 +02:00
## Rofi (Wayland fork)
Rofi, but with Wayland support. [GitHub](https://github.com/lbonn/rofi).
2022-08-13 18:25:43 +02:00
2022-08-12 20:46:36 +02:00
## bemenu
2022-08-13 01:47:48 +02:00
2022-08-13 18:25:43 +02:00
bemenu is a Wayland-native replacement for dmenu.
[GitHub](https://github.com/Cloudef/bemenu).
## fuzzel
Fuzzel is an application launcher for wlroots based Wayland compositors, similar
to rofi's `drun` mode. [Codeberg](https://codeberg.org/dnkl/fuzzel)
2022-12-18 13:45:29 +01:00
2023-05-30 16:49:38 +02:00
## tofi
tofi is an extremely fast and simple yet highly customizable dmenu / rofi
replacement for wlroots-based Wayland compositors. When configured correctly,
tofi can get on screen within a single frame.
2023-05-30 16:49:38 +02:00
[Github](https://github.com/philj56/tofi)
2022-12-18 13:45:29 +01:00
For a more comprehensive list of launchers, check
2023-05-30 16:49:38 +02:00
[awesome-hyprland](https://github.com/hyprland-community/awesome-hyprland#runners-menus-and-application-launchers).
## Emacs
If you are already running an emacs server you can use Emacs.
For the config you can check out [DistroTube's Configuring Emacs](https://gitlab.com/dwt1/configuring-emacs/-/blob/main/07-the-final-touches/scripts/app-launchers.el?ref_type=heads) or [Sebastian Wae's `app-launcher`](https://github.com/SebastienWae/app-launcher) repositories.
2024-03-12 16:20:55 +01:00
## Anyrun
Anyrun is a Wayland-native krunner-like runner, made with customizability in
2024-03-12 16:20:55 +01:00
mind. It is modular and extensible through plugins. It can be used as an app launcher with its Applications Plugin.
[GitHub](https://github.com/anyrun-org/anyrun)
2024-03-15 19:48:34 +01:00
## Walker
Walker is an extensible Wayland-native runner with various built-in modules (applications, runner, hyprland windows, websearch [as of 2024-03-15]). It can be run as a service for faster startups.
2024-03-15 19:48:34 +01:00
[GitHub](https://github.com/abenz1267/walker)