From e36221e6f977bcb370a4c869557df17e974a2332 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Tue, 26 Apr 2022 15:26:50 +0100 Subject: fix delayed snapshot --- components/bindings/Extra-Keybindings | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/bindings/Extra-Keybindings b/components/bindings/Extra-Keybindings index 8520b22..631ae29 100644 --- a/components/bindings/Extra-Keybindings +++ b/components/bindings/Extra-Keybindings @@ -30,4 +30,6 @@ 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' +# delayed snapshot; we need that `nohup` otherwise urxvt/bash will +# take xclip down when they exit +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 | nohup xclip -sel clip -t image/png > /dev/null' -- cgit v1.2.3