summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2022-10-28 02:21:44 +0300
committerThanos Apollo <[email protected]>2022-10-28 02:21:44 +0300
commit07ed6a92b452641922d623bc3cc84cd1ac6a5df9 (patch)
treec8386ec719ed46cac47906dae3ba705c5eea5c8c
parent4c917edb480f043c9de090882a4888571dff4610 (diff)
Add klight alias
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 7b72792..cf5db4c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -54,6 +54,7 @@ alias music='mocp'
alias yt="yt-dlp"
alias c="pavucontrol"
alias r="ranger"
+alias klight="brightnessctl --device='tpacpi::kbd_backlight' set 1"
##yarn
alias sweb='BROWSER="firefox" yarn start'