mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Added --locked to clamshell mode instructions. Without this flag, the command won't run when users are using swaylock, so the display will remain disabled!
parent
b361e58838
commit
438a68702a
4
Home.md
4
Home.md
|
@ -82,8 +82,8 @@ AKA Closed Display mode. This mode is where your laptop lid is closed and you ha
|
|||
|
||||
```
|
||||
set $laptop <laptop_output_identifier>
|
||||
bindswitch --reload lid:on output $laptop disable
|
||||
bindswitch --reload lid:off output $laptop enable
|
||||
bindswitch --reload --locked lid:on output $laptop disable
|
||||
bindswitch --reload --locked lid:off output $laptop enable
|
||||
```
|
||||
|
||||
#### HiDPI
|
||||
|
|
Loading…
Reference in a new issue