summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.org b/init.org
index 706a362..675b66c 100644
--- a/init.org
+++ b/init.org
@@ -200,6 +200,12 @@
"* jao-exec - console *"
(string-join (append (list ,@args) other-args) " "))))
#+end_src
+*** App launcher
+ #+begin_src emacs-lisp
+ (jao-load-path "app-launcher")
+ (use-package app-launcher
+ :bind (("s-r" . app-launcher-run-app)))
+ #+end_src
*** Brightness control
#+begin_src emacs-lisp
(jao-def-exec jao-bright-up "brightnessctl" "-q" "s" "5%+")