mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 15:31:28 +00:00
Fix typo: by -> be
parent
e010a8829e
commit
5471e73585
2
Home.md
2
Home.md
|
@ -85,7 +85,7 @@ so it doesn't trigger on reload.
|
|||
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`.
|
||||
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 be found with: `swaymsg -t get_outputs` for example `eDP-1`.
|
||||
|
||||
```
|
||||
set $laptop <laptop_output_identifier>
|
||||
|
|
Loading…
Reference in a new issue