diff options
author | 3ap <diversak@gmail.com> | 2019-03-12 15:46:23 +0300 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-12 08:16:45 -0600 |
commit | a280facd5fb1c07dab97bbef1d8db534edf7dfa6 (patch) | |
tree | c337b4617feb9dd3b947aa52d3aa758adee108de /config.in | |
parent | 1bab5a95531826fa54097bed48f8cc05d4233a9f (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.in | 2 |
1 files changed, 1 insertions, 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 # |