summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-23 00:28:29 +0100
committerjao <jao@gnu.org>2021-07-23 00:28:29 +0100
commit4b83ce0a7c303dd5dcece75b9401e8e778592fbc (patch)
tree7c9cb399912bc35ee3c50dfb6c13e584e41d536a /init.org
parent0c2463eed0a295f63574ca7a6ceea4468ba9d424 (diff)
downloadelibs-4b83ce0a7c303dd5dcece75b9401e8e778592fbc.tar.gz
elibs-4b83ce0a7c303dd5dcece75b9401e8e778592fbc.tar.bz2
fix for brightnessctl arguments
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