sway man has been split

Nicolas Cornu 2020-04-09 11:00:01 +02:00
parent d6a697246f
commit 119fcbef47

@ -43,7 +43,7 @@ Sway manages displays for you, **xrandr** should not be used.
Run `swaymsg -t get_outputs` to get a list of output names. Then use the `output` command to arrange your displays.
For detailed information, check the manual. Run `man 5 sway` and search for `output`.
For detailed information, check the manual. Run `man 5 sway-output`.
#### Multihead
@ -66,7 +66,7 @@ exec swaymsg focus output <name-or-identifier>
```
so it doesn't trigger on reload.
For more details read `man 5 sway` and search for `output`.
For more details read `man 5 sway-output`.
#### Clamshell Mode
AKA Closed Display mode. This mode is where your laptop lid is closed and you have external monitor(s) as outputs. As of Sway 1.1 you can use switch events to drive certain functionality, such as disabling an output upon a laptop lid being closed. Pass your laptop output name into the following, which can by found with: `swaymsg -t get_outputs` for example `eDP-1`.
@ -187,7 +187,7 @@ Feh and similar tools do not work on Wayland. Sway supports setting wallpapers t
e.g. `output HDMI-A-1 bg ~/wallpaper.png stretch`
See output configuration options in `man 5 sway`.
See output configuration options in `man 5 sway-output`.
### Swaybar configuration