diff options
Diffstat (limited to 'zsh/.zshrc')
| -rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -59,3 +59,7 @@ zstyle ':vcs_info:*' enable git qc(){ cc "$1" && ./a.out } + +setbrightness() { + xrandr --output eDP-1 --brightness $1 +} |
