sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 146cc0a441f6901eeba7df691098f71d0de73a53
parent b6428f4751bd6df69d2ef17e628c0d28de1c0233
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat, 11 Aug 2018 19:08:01 -0400

Merge pull request #2452 from janza/position-command-fix-args

Man page: Correct argument format for output position config
Diffstat:
Msway/sway.5.scd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/sway.5.scd b/sway/sway.5.scd @@ -476,7 +476,7 @@ The default colors are: output HDMI-A-1 mode 1920x1080@60Hz -*output* <name> position|pos <X,Y> +*output* <name> position|pos <X> <Y> Places the specified output at the specific position in the global coordinate space.