summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org4
1 files changed, 2 insertions, 2 deletions
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