[hydra] app - add JOSM, Qtractor heads

This commit is contained in:
contrapunctus 2021-09-01 17:49:28 +05:30
parent 55a667bca8
commit 4370fa6a10
1 changed files with 6 additions and 1 deletions

View File

@ -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