diff options
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -10,6 +10,20 @@ XTerm*Background: #FFFFFF XTerm*Foreground: #000000 XTerm*HiBackColor: #FFFFFF XTerm*scaleHeight: 1.2 -VT100.translations: #override \n\ - <Btn3Down>: 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 |