From b5a52aa090c63461788a7fa8ba24b0c649486a8a Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 21 Nov 2016 16:06:31 +0100 Subject: [PATCH] move generic resources to rxvt namespace --- .Xresources | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.Xresources b/.Xresources index cb01648..6297bac 100644 --- a/.Xresources +++ b/.Xresources @@ -1,22 +1,22 @@ -*visualBell: false -*urgentOnBell: true +Rxvt.visualBell: false +Rxvt.urgentOnBell: true #if X_RESOLUTION > 3780 -*font: \ +Rxvt.font: \ xft:Noto Mono:pixelsize=16,\ -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1 #else -*font: \ +Rxvt.font: \ xft:Noto Mono:pixelsize=13,\ -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1 #endif -*background: white -*foreground: black +Rxvt.background: white +Rxvt.foreground: black -*saveLines: 50000 +Rxvt.saveLines: 50000 -*utmpInhibit: true +Rxvt.utmpInhibit: true Rxvt.colorBD: darkblue Rxvt.colorUL: darkred -- 2.39.2