Swayscript : Add laptop display to monoff.

This commit is contained in:
Dmitry Voronin 2024-08-31 21:09:44 +03:00
parent 058e28d166
commit dd8ec57e30
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -6,6 +6,7 @@
swaymsg "output \"ASUSTek COMPUTER INC ASUS VA24E R2LMTF127165\" power on"
swaymsg "output \"AU Optronics 0x418D Unknown\" power on"
swaymsg "output \"AOC 24G2W1G4 ATNL61A129625\" power on"
swaymsg "output \"Chimei Innolux Corporation 0x1521 Unknown\" power on"
_monstate on
}
_sway_iterate_sockets on
@ -17,6 +18,7 @@
swaymsg "output \"ASUSTek COMPUTER INC ASUS VA24E R2LMTF127165\" power off"
swaymsg "output \"AU Optronics 0x418D Unknown\" power off"
swaymsg "output \"AOC 24G2W1G4 ATNL61A129625\" power off"
swaymsg "output \"Chimei Innolux Corporation 0x1521 Unknown\" power off"
_monstate off
}
_sway_iterate_sockets off