mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Revert bd1bfe582fc2403078606cc5214b65b29145a5a9...824a4cdc3aed00d84ff180a56f10bed8cea904cc on Home
parent
824a4cdc3a
commit
6d1e22fca0
2
Home.md
2
Home.md
|
@ -90,7 +90,7 @@ bindswitch --reload --locked lid:off output $laptop enable
|
|||
|
||||
However, when reloading sway while using clamshell mode, the displays may reset (i.e. both displays will be enabled). To stop this, save this bash script:
|
||||
|
||||
```bash
|
||||
```
|
||||
#!/usr/bin/bash
|
||||
if grep -q open /proc/acpi/button/lid/LID/state; then
|
||||
swaymsg output <LAPTOP> enable
|
||||
|
|
Loading…
Reference in a new issue