1
0
Fork 0
dotfiles/bin/screens-off

10 lines
236 B
Plaintext
Raw Normal View History

2020-09-12 07:59:24 +00:00
#!/bin/bash
2023-02-14 10:01:51 +00:00
# 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"