From 1d4a6244782ecec8a2c022d7392a05ead499bda7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 28 Feb 2013 19:26:50 -0300 Subject: Avoid rxvt printing --- modules/profile/Xresources.dot.link | 5 +++++ 1 file changed, 5 insertions(+) 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" -- cgit v1.2.3