From e3ba88a07a7b8d6d74b1d44977b84f15231fbe77 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 5 Aug 2015 00:31:46 +0200 Subject: [PATCH] Xresources: urxvt: disable printing with print key --- Xresources.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Xresources.in b/Xresources.in index 1f11604..657431b 100644 --- a/Xresources.in +++ b/Xresources.in @@ -58,6 +58,10 @@ XTerm.termName: xterm-256color Rxvt*iso14755: false Rxvt*iso14755_52: false +! Disable printing with the "Print" key to prevent accidental prints. By +! default lpr is used. +Rxvt.print-pipe: true + ! Do not use any perl extension scripts. Rxvt*perl-ext-common: -- 2.44.1