From 06742b5918161db86c63f5aa34d9af496eed41fc Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:45:27 +0300 Subject: [PATCH] Use fuzzel as the application launcher --- .config/setup/01-install-packages.sh | 1 + .config/sway/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/setup/01-install-packages.sh b/.config/setup/01-install-packages.sh index 8ae9f5b..a31a792 100755 --- a/.config/setup/01-install-packages.sh +++ b/.config/setup/01-install-packages.sh @@ -13,6 +13,7 @@ emacs-mozc \ exa \ fcitx5-mozc \ firefox-esr \ +fuzzel \ gnumeric \ guile-3.0 \ htop \ diff --git a/.config/sway/config b/.config/sway/config index 508a944..b467fd1 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -19,7 +19,7 @@ set $term foot # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. -set $menu dmenu_path | dmenu | xargs swaymsg exec -- +set $menu fuzzel --launch-prefix="swaymsg exec --" include /etc/sway/config-vars.d/*