From 1cf609b62abd90063dd3da21b4e128a7cb12eca3 Mon Sep 17 00:00:00 2001 From: exu Date: Fri, 12 Apr 2024 16:22:19 +0200 Subject: [PATCH] Remove swaymsg exec --- arch-config/.config/sway/config | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch-config/.config/sway/config b/arch-config/.config/sway/config index cec78d4c..c81080d6 100644 --- a/arch-config/.config/sway/config +++ b/arch-config/.config/sway/config @@ -348,9 +348,7 @@ exec_always "systemctl --user import-environment; systemctl --user start sway-se ############################## # 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 drun | xargs swaymsg exec -- +set $menu wofi --show drun # Start your launcher bindsym ctrl+mod1+a exec $menu