diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-28 19:26:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-28 19:26:50 -0300 |
commit | 1d4a6244782ecec8a2c022d7392a05ead499bda7 (patch) | |
tree | 50a0d17a667d13421532322d2205c80fc815f67b /modules | |
parent | f6927d297a7dcb90c715cd759d12b47e759cf56e (diff) | |
download | dotfiles-1d4a6244782ecec8a2c022d7392a05ead499bda7.tar.gz dotfiles-1d4a6244782ecec8a2c022d7392a05ead499bda7.tar.bz2 |
Avoid rxvt printing
Diffstat (limited to 'modules')
-rw-r--r-- | modules/profile/Xresources.dot.link | 5 |
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" |