aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-28 19:26:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-02-28 19:26:50 -0300
commit1d4a6244782ecec8a2c022d7392a05ead499bda7 (patch)
tree50a0d17a667d13421532322d2205c80fc815f67b
parentf6927d297a7dcb90c715cd759d12b47e759cf56e (diff)
downloadmetadot-1d4a6244782ecec8a2c022d7392a05ead499bda7.tar.gz
metadot-1d4a6244782ecec8a2c022d7392a05ead499bda7.tar.bz2
Avoid rxvt printing
-rw-r--r--modules/profile/Xresources.dot.link5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/profile/Xresources.dot.link b/modules/profile/Xresources.dot.link
index 8bec92e..54f7a0f 100644
--- a/modules/profile/Xresources.dot.link
+++ b/modules/profile/Xresources.dot.link
@@ -1,2 +1,7 @@
XTerm*metaSendsEscape: true
URxvt*searchable-scrollback: M-S
+
+! The string will be interpreted as if typed into the shell as-is.
+! In this example, printing will be disabled altogether.
+! See https://wiki.gentoo.org/wiki/Rxvt-unicode#Printing
+URxvt.print-pipe: "cat > /dev/null"