diff options
| author | Syndamia <kamen@syndamia.com> | 2023-07-17 11:45:40 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-07-17 11:45:40 +0300 |
| commit | 4edc468c240b9be5e42426d70f97869c39ccb956 (patch) | |
| tree | 45fee2a63db9729813001c1e71eb3919bbaf7e78 /.config | |
| parent | 604e0a9c48d8b9d5ac738f5ae7ed80f94c7ecc61 (diff) | |
| download | dotfiles-4edc468c240b9be5e42426d70f97869c39ccb956.tar dotfiles-4edc468c240b9be5e42426d70f97869c39ccb956.tar.gz dotfiles-4edc468c240b9be5e42426d70f97869c39ccb956.zip | |
[brightness-control] Added a more intelligent and verbose way to change brightness
Diffstat (limited to '.config')
| -rw-r--r-- | .config/openbox/rc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index e4b23d1..cc74131 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -182,7 +182,7 @@ <enabled>false</enabled> <name>Brightness up</name> </startupnotify> - <command>brightnessctl set +5%</command> + <command>~/.a/brightness-control.sh +</command> </action> </keybind> <keybind key="XF86MonBrightnessDown"> @@ -191,7 +191,7 @@ <enabled>false</enabled> <name>Brightness down</name> </startupnotify> - <command>brightnessctl set 5%-</command> + <command>~/.a/brightness-control.sh -</command> </action> </keybind> <keybind key="W-d"> |
