From: Silvio Rhatto Date: Thu, 28 Feb 2013 22:26:50 +0000 (-0300) Subject: Avoid rxvt printing X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1d4a6244782ecec8a2c022d7392a05ead499bda7;p=metadot.git Avoid rxvt printing --- 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"