update scripts

This commit is contained in:
2023-10-16 09:24:46 -04:00
parent 2015ad637c
commit 490f2f3eb8
4 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/bash
set -eou pipefail
swaymsg "output * dpms off" && \
swaymsg "output * dpms on"