diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-06-08 20:37:20 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-06-08 20:37:20 +0200 |
| commit | a6a7d0273b1941c3145b97a9463eea13577e31e7 (patch) | |
| tree | 40fe103746240ab4dd51291071f816b2d331caae /zsh | |
| parent | 236fd252056ead6a4b4c489f3323f5ce4603d84c (diff) | |
feat: added brightness control support
Diffstat (limited to 'zsh')
| -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 +} |
