mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +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
@ -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 New Issue
Block a user