1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-17 18:12:41 +01:00

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.
This commit is contained in:
Jason 2020-01-06 16:42:56 +09:00 committed by Brian Ashworth
parent 679aa6032d
commit c3353bb273

View file

@ -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