diff options
-rw-r--r-- | .zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,6 +23,10 @@ share () { echo "https://fkfd.me/static/$(urlencode $(basename $1))" } +bright () { + xrandr --output HDMI-A-0 --brightness "0.$1" +} + # ibus alias ib="ibus-daemon -d" export GTK_IM_MODULE=ibus |