From ffff7382253e1cd4fa3b3a6a6291b5c7da059c45 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Tue, 3 Aug 2021 06:43:23 +0530 Subject: [PATCH] [hydra] app - add xfce4-screenshooter --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 2cdab45..3d992e7 100644 --- a/init.org +++ b/init.org @@ -1502,7 +1502,8 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol "Firefox") ("k" (my-start-app-or-switch "keepassxc") "KeePassXC") ("t" (my-start-app-or-switch "xfce4-terminal") "terminal") - ("T" (my-start-app-or-switch "transmission-gtk") "bittorrent")) + ("T" (my-start-app-or-switch "transmission-gtk") "bittorrent") + ("s" (my-start-app-or-switch "xfce4-screenshooter") "screenshot")) #+END_SRC *** org #+BEGIN_SRC emacs-lisp