From: martin f. krafft Date: Mon, 21 Nov 2016 15:06:31 +0000 (+0100) Subject: move generic resources to rxvt namespace X-Git-Url: https://git.madduck.net/etc/xsession.git/commitdiff_plain/b5a52aa090c63461788a7fa8ba24b0c649486a8a?hp=05f208f71b8d68737113d84af8de62c9c6f62458 move generic resources to rxvt namespace --- 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