aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author3ap <diversak@gmail.com>2019-03-12 15:46:23 +0300
committerGitHub <noreply@github.com>2019-03-12 15:46:23 +0300
commitd61a858dfe28a4633bc8fa185bcdf393b6591912 (patch)
treec337b4617feb9dd3b947aa52d3aa758adee108de
parent1bab5a95531826fa54097bed48f8cc05d4233a9f (diff)
downloadsway-d61a858dfe28a4633bc8fa185bcdf393b6591912.zip
sway-d61a858dfe28a4633bc8fa185bcdf393b6591912.tar.gz
sway-d61a858dfe28a4633bc8fa185bcdf393b6591912.tar.bz2
config.in: allow launch apps with args via dmenupatch-1
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".
-rw-r--r--config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.in b/config.in
index fbd9523..9d6f2e6 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
#