mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +01:00
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:
parent
1bab5a9553
commit
a280facd5f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue