Sway : Add power off for a second monitor.
This commit is contained in:
parent
2bff660499
commit
616f0d2159
3
module/sway/bin/monoff
Executable file
3
module/sway/bin/monoff
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
output "ASUSTek COMPUTER INC ASUS VA24E R2LMTF127165" power off
|
3
module/sway/bin/monon
Executable file
3
module/sway/bin/monon
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
output "ASUSTek COMPUTER INC ASUS VA24E R2LMTF127165" power on
|
Loading…
Reference in a new issue