summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 15618ff..d6485c0 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -59,3 +59,7 @@ zstyle ':vcs_info:*' enable git
qc(){
cc "$1" && ./a.out
}
+
+setbrightness() {
+ xrandr --output eDP-1 --brightness $1
+}