dotfiles/.local/bin/scripts/black

6 lines
97 B
Text
Raw Normal View History

2023-02-07 13:19:34 +01:00
#!/bin/sh -e
# Suspend screen until enter is pressed
xset dpms force off
read
xset dpms force on