summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2023-06-10 08:50:02 +0200
committermarcellus <msimon_fr@hotmail.com>2023-06-10 08:50:02 +0200
commitf8e2c21e3006cee4aef9456cedab10b3f8f83ad6 (patch)
treea3296ce08ca200fbc45ccd55bac33eda514012fd /zsh/.zshrc
parent462688791c45e97dd94e5ca5b79e54a585228903 (diff)
fix: kinda fixed the sxhkdrc to make the brightness work, requires you to export a BRIGHTNESS environment variable. But still, it doesn't really work
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index d6485c0..6dddacf 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -60,6 +60,3 @@ qc(){
cc "$1" && ./a.out
}
-setbrightness() {
- xrandr --output eDP-1 --brightness $1
-}