From e559f5d8138c8ac4c8d0a4aa285b70aa2429e42d Mon Sep 17 00:00:00 2001 From: o0nd7ots <124466962+o0nd7ots@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:53:22 +0000 Subject: [PATCH] Added Emacs as a lancher suggestion (#467) * Added Emacs as a lancher suggestion Credit goes to DistroTube * Removed the code It was GPLed --- pages/Useful Utilities/App-Launchers.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/Useful Utilities/App-Launchers.md b/pages/Useful Utilities/App-Launchers.md index 01599d0..802a171 100644 --- a/pages/Useful Utilities/App-Launchers.md +++ b/pages/Useful Utilities/App-Launchers.md @@ -25,3 +25,8 @@ tofi is an extremely fast and simple yet highly customizable dmenu / rofi replac For a more comprehensive list of launchers, check [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.