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".
This commit is contained in:
3ap 2019-03-12 15:46:23 +03:00 committed by Drew DeVault
parent 1bab5a9553
commit a280facd5f
1 changed files with 1 additions and 1 deletions

View File

@ -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
#