1
0
Fork 0

Update screen control script

This commit is contained in:
Gregory Eremin 2023-02-14 11:01:51 +01:00
parent 0be7c4f69e
commit bd7e29f964
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
#!/bin/bash
swaymsg "output * dpms off"
# Turn off secondary display
# My laptop screen doesn't come back after turning it off,
# turning off only the secondary screen for now.
swaymsg "output DP-1 dpms off"
# Turn off all screens
# swaymsg "output * dpms off"