From 86f81ce0020b851465703287ed54ddf3775c6ab8 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Tue, 1 Oct 2024 20:28:21 +0200 Subject: [PATCH] sway: wrap rofi comman in quotes --- dotfiles/.config/sway/config.d/10-variables.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.config/sway/config.d/10-variables.conf b/dotfiles/.config/sway/config.d/10-variables.conf index e13ab58..b63b437 100644 --- a/dotfiles/.config/sway/config.d/10-variables.conf +++ b/dotfiles/.config/sway/config.d/10-variables.conf @@ -11,4 +11,4 @@ set $right l set $term alacritty # Your preferred application launcher # Note: it's recommended that you pass the final command to sway -set $menu rofi -show combi -combi-modes drun,run,ssh,filebrowser | xargs swaymsg exec -- +set $menu "rofi -show combi -combi-modes drun,run,ssh,filebrowser | xargs swaymsg exec --"