From 8ae4de427aa82a91921dc30394d91236f39bdd0d Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 22 Sep 2016 10:59:16 +0200 Subject: [PATCH 1/1] fix printscr pipe --- .Xdefaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Xdefaults b/.Xdefaults index 1be99e9..987ef66 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -28,7 +28,7 @@ Rxvt.scrollWithBuffer: false Rxvt.jumpScroll: true URxvt.scrollstyle: plain URxvt.secondaryScroll: true -URxvt.print-pipe: T=$(mktemp /tmp/urxvt.XXXXXX); echo $T; cat > $T +URxvt.print-pipe: cat > $(mktemp /tmp/$(date +%Y-%m-%d-%H%M%S)-urxvt_XXXXXX.txt) URxvt.searchable-scrollback: CM-s -- 2.39.2