feat: adjsut brightness(x11)

This commit is contained in:
Ryan Yin
2023-07-09 22:09:27 +08:00
parent 2acda6e977
commit a88afaaab3

View File

@@ -29,6 +29,11 @@ gc:
# garbage collect all unused nix store entries
sudo nix store gc --debug
# adjust brightness(x11)
# usage: make bright b=0.9
bright:
xrandr --output DP-2 --brightness $(b)
############################################################################
#
# Darwin related commands, harmonica is my macbook pro's hostname