From 3783cab095a9167256afcbfe987d11f35a7003b1 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Thu, 5 Sep 2024 12:15:30 -0500 Subject: changes --- Xresources | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'Xresources') diff --git a/Xresources b/Xresources index 461ec50..d3048a3 100644 --- a/Xresources +++ b/Xresources @@ -10,6 +10,20 @@ XTerm*Background: #FFFFFF XTerm*Foreground: #000000 XTerm*HiBackColor: #FFFFFF XTerm*scaleHeight: 1.2 -VT100.translations: #override \n\ - : exec-formatted("xdg-open '%t'", PRIMARY) +urxvt*selectToClipboard: true +urxvt*font: xft:Iosevka SS13 Extended :size=14:style=Regular:antialias=true:hinting=false +urxvt*scrollBar: false +urxvt*rightScrollbar: false +urxvt.termName: xterm-256color +urxvt*Background: #FFFFFF +urxvt*Foreground: #000000 +urxvt*HiBackColor: #FFFFFF +urxvt*scaleHeight: 1.2 +URxvt.perl-ext-common: default,matcher +URxvt.url-launcher: /usr/local/bin/xdg-open +URxvt.matcher.button: 1 + +! yellow +*.color3: #ffb319 +*.color11: #ffb319 -- cgit v1.2.3