From 4370fa6a104cd6b6e1a6b60291b622e016d96a66 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Wed, 1 Sep 2021 17:49:28 +0530 Subject: [PATCH] [hydra] app - add JOSM, Qtractor heads --- init.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 84745e3..bd3f0b4 100644 --- a/init.org +++ b/init.org @@ -1567,12 +1567,16 @@ With PREFIX argument and CMD not supplied - prompt for command." ("l" proced "list processes") ("m" magit-status "magit") ("p" list-packages "packages") + ("j" (my-start-app-or-switch + "java" nil nil nil + "-jar" (expand-file-name "~/josm-tested.jar")) + "JOSM") ;; less-used ("J" my-jabber-hydra/body "Jabber") ("E" contrapunctus-emms-hydra/body "emms") ;; external - ("g" (my-start-app-or-switch "gajim" nil "^Gajim") "Gajim") + ("g" (my-start-app-or-switch "gajim" nil "^Gajim$") "Gajim") ("b" (my-start-app-or-switch "/media/data/anon/ext/tor-browser_en-US/Browser/start-tor-browser" "^Tor Browser$") @@ -1584,6 +1588,7 @@ With PREFIX argument and CMD not supplied - prompt for command." ("t" (my-start-app-or-switch "xfce4-terminal") "terminal") ("T" (my-start-app-or-switch "transmission-gtk") "bittorrent") ("s" (my-start-app-or-switch "xfce4-screenshooter") "screenshot") + ("q" (my-start-app-or-switch "qtractor") "Qtractor") ("w" my-eww "eww")) #+END_SRC *** org