aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2022-04-20 10:38:58 +0100
committerGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2022-04-20 10:40:29 +0100
commit59046662886fa870bd6086ebe22026a4ff0237f4 (patch)
treeae052dd3fbbbc76146ffe446bd8e2cbaf1218d52
parentvlc has been fixed (diff)
downloadfvwm-crystal-59046662886fa870bd6086ebe22026a4ff0237f4.tar.gz
fvwm-crystal-59046662886fa870bd6086ebe22026a4ff0237f4.tar.bz2
fvwm-crystal-59046662886fa870bd6086ebe22026a4ff0237f4.zip
add delayed screenshot
-rw-r--r--components/bindings/Extra-Keybindings1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/bindings/Extra-Keybindings b/components/bindings/Extra-Keybindings
index 5939f44..8520b22 100644
--- a/components/bindings/Extra-Keybindings
+++ b/components/bindings/Extra-Keybindings
@@ -30,3 +30,4 @@ Key E A $[Mod1]2 -
Key Print A $[Mod] -
# use maim instead
Key S A $[Mod1]S Exec maim -s | xclip -sel clip -t image/png
+Key S A $[Mod1]SC Exec urxvt -geometry 20x1-0-0 +sb -b 0 -w 0 -title 'maim+xclip' -bl -e /bin/bash -c 'maim -d 5 -s | xclip -sel clip -t image/png'