aboutsummaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2019-03-12 15:46:23 +0300
committerFurkan Sahin <furkan-dev@proton.me>2019-03-12 15:46:23 +0300
commit852de0d45aba5325f064cb71506b65e6e64a6dc6 (patch)
treec337b4617feb9dd3b947aa52d3aa758adee108de /config.in
parent84b415fbbcff6f0327742b2e359733fe93fe6d3d (diff)
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".
Diffstat (limited to 'config.in')
-rw-r--r--config.in2
1 files changed, 1 insertions, 1 deletions
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
#