aboutsummaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorLibravatar Jason <ammgws@users.noreply.github.com>2020-01-06 16:42:56 +0900
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2020-01-13 21:36:08 -0500
commitc3353bb27317d294a91a8accec9a554ea392de04 (patch)
treea337dadf20ed12c372aff2eba1d377bf4b129c46 /config.in
parentFix unreliable scaling filter (diff)
downloadsway-c3353bb27317d294a91a8accec9a554ea392de04.tar.gz
sway-c3353bb27317d294a91a8accec9a554ea392de04.tar.zst
sway-c3353bb27317d294a91a8accec9a554ea392de04.zip
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.
Diffstat (limited to 'config.in')
-rw-r--r--config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.in b/config.in
index 17d8c9f3..67c748ba 100644
--- a/config.in
+++ b/config.in
@@ -16,7 +16,8 @@ set $right l
16# Your preferred terminal emulator 16# Your preferred terminal emulator
17set $term alacritty 17set $term alacritty
18# Your preferred application launcher 18# Your preferred application launcher
19# Note: it's recommended that you pass the final command to sway 19# Note: pass the final command to swaymsg so that the resulting window can be opened
20# on the original workspace that the command was run on.
20set $menu dmenu_path | dmenu | xargs swaymsg exec -- 21set $menu dmenu_path | dmenu | xargs swaymsg exec --
21 22
22### Output configuration 23### Output configuration