urxvt: save PrintScreen to /tmp

This commit is contained in:
He4eT 2023-02-07 02:49:26 +03:00
commit ab246ed769
2 changed files with 4 additions and 1 deletions

View file

@ -6,7 +6,7 @@ URxvt*transparent: true
URxvt*tintColor: White
URxvt*shading: 40
URxvt*scrollBar: false
URxvt*print-pipe: cat > $HOME/urxvt.log
URxvt*print-pipe: cat > /tmp/urxvt-screen-content.txt
URxvt.internalBorder: 20
URxvt*iso14755: False