From: martin f. krafft Date: Thu, 22 Sep 2016 08:59:16 +0000 (+0200) Subject: fix printscr pipe X-Git-Url: https://git.madduck.net/etc/xsession.git/commitdiff_plain/8ae4de427aa82a91921dc30394d91236f39bdd0d?hp=b5092447ea3b31afa45340821aed14d6e51a8392 fix printscr pipe --- 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