summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason <ammgws@users.noreply.github.com>2020-01-06 16:42:56 +0900
committerSimon Ser <contact@emersion.fr>2020-01-15 18:01:57 +0100
commitd8030ec5c289eff35865584eb9c7964eeb2399dd (patch)
tree67ff15c85b6b9795e959ae57bbea6de431034439
parent70ea19150a642504f43e8e69c71624914cd80b8d (diff)
Docs: explain why menu command should be passed to sway
It was not obvious to me why until I saw a comment from @RyanDwyer on Reddit, so I think it's better to add an explanation.
-rw-r--r--config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.in b/config.in
index 17d8c9f39..67c748ba3 100644
--- a/config.in
+++ b/config.in
@@ -16,7 +16,8 @@ set $right l
# Your preferred terminal emulator
set $term alacritty
# Your preferred application launcher
-# Note: it's recommended that you pass the final command to sway
+# Note: pass the final command to swaymsg so that the resulting window can be opened
+# on the original workspace that the command was run on.
set $menu dmenu_path | dmenu | xargs swaymsg exec --
### Output configuration