dotfiles/home/default/scripts/refresh-screens
2023-10-16 09:24:46 -04:00

6 lines
92 B
Bash
Executable File

#!/bin/bash
set -eou pipefail
swaymsg "output * dpms off" && \
swaymsg "output * dpms on"