diff options
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" |