From 544565cf3a4f724a06f3a3df826178378d9769c9 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Fri, 10 Jan 2025 20:52:45 +0100 Subject: [PATCH] feat(Sway): config - Change launcher to sway-launcher-desktop + alacritty * use sway-launcher-desktop * use alacritty * use fzf --- .config/sway/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 9570a0c..7875b00 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -18,7 +18,8 @@ set $term alacritty # 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 wofi --show run | xargs swaymsg exec -- +for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 30 ppt 60 ppt, border pixel 10 +set $menu exec alacritty --class launcher -e /usr/bin/sway-launcher-desktop ### Output configuration #