Added alias to turn off screen.

This commit is contained in:
sheldonmlee 2020-12-31 02:43:41 +08:00
parent c2682eca52
commit b5008d02cc

View File

@ -10,3 +10,5 @@ alias gittree="git log --all --decorate --oneline --graph"
alias spw="firefox --new-window https://open.spotify.com/"
# run pulsemixer
alias mixer="pulsemixer"
# turn screen off
alias screenoff="sleep 1; xset dpms force off"