diff --git a/bin/screens-off b/bin/screens-off index 7d9797c..224387f 100755 --- a/bin/screens-off +++ b/bin/screens-off @@ -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"