mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
sway man has been split
parent
d6a697246f
commit
119fcbef47
6
Home.md
6
Home.md
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user