From 4b83ce0a7c303dd5dcece75b9401e8e778592fbc Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 23 Jul 2021 00:28:29 +0100 Subject: fix for brightnessctl arguments --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.org') diff --git a/init.org b/init.org index 9041493..ff1e433 100644 --- a/init.org +++ b/init.org @@ -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 -- cgit v1.2.3