From a280facd5fb1c07dab97bbef1d8db534edf7dfa6 Mon Sep 17 00:00:00 2001 From: 3ap Date: Tue, 12 Mar 2019 15:46:23 +0300 Subject: config.in: allow launch apps with args via dmenu Without this change you can't execute apps with command line arguments (e.g. firefox -P profile) because -P will be parsed as argument for "swaymsg exec". --- config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.in') diff --git a/config.in b/config.in index fbd95235..9d6f2e66 100644 --- a/config.in +++ b/config.in @@ -17,7 +17,7 @@ set $right l set $term urxvt # Your preferred application launcher # Note: it's recommended that you pass the final command to sway -set $menu dmenu_path | dmenu | xargs swaymsg exec +set $menu dmenu_path | dmenu | xargs swaymsg exec -- ### Output configuration # -- cgit v1.2.3-54-g00ecf