Added alias for screen brightness.

This commit is contained in:
Sheldon Lee 2021-10-06 20:41:53 +08:00
parent 6badf1a266
commit 162eda723c

View File

@ -12,6 +12,8 @@ alias sizes='du -hs .[^.]* * | sort -h'
alias gittree="git log --all --decorate --oneline --graph"
# turn screen off
alias screenoff="sleep 1; xset dpms force off"
# screen brightness script
alias brightness="$HOME/.config/wm_scripts/brightness.sh"
#
# TUI