diff options
-rw-r--r-- | init.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -191,12 +191,12 @@ (defun jao-bright-up () (interactive) - (jao-exec-string "brightnessctl -q s %%5+") + (jao-exec-string "brightnessctl -q s 5%%+") (jao-bright-show)) (defun jao-bright-down () (interactive) - (jao-exec-string "brightnessctl -q s %%5-") + (jao-exec-string "brightnessctl -q s 5%%-") (jao-bright-show)) #+end_src *** Keyboard and hydra |