10 lines
236 B
Bash
Executable File
10 lines
236 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# 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"
|