diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-06-10 08:50:02 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-06-10 08:50:02 +0200 |
| commit | f8e2c21e3006cee4aef9456cedab10b3f8f83ad6 (patch) | |
| tree | a3296ce08ca200fbc45ccd55bac33eda514012fd /zsh | |
| parent | 462688791c45e97dd94e5ca5b79e54a585228903 (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')
| -rw-r--r-- | zsh/.zshenv | 1 | ||||
| -rw-r--r-- | zsh/.zshrc | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv index 54752cb..eba98af 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -2,6 +2,7 @@ export PATH="$HOME/.config/scripts:$PATH" export TERMINAL="st" export EDITOR="nvim" export BROWSER="librewolf" +export BRIGHTNESS=1 export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/data" @@ -60,6 +60,3 @@ qc(){ cc "$1" && ./a.out } -setbrightness() { - xrandr --output eDP-1 --brightness $1 -} |
