aboutsummaryrefslogtreecommitdiff
path: root/.config/X11
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-03-14 22:57:45 -0400
committertdro <tdro@users.noreply.github.com>2022-03-14 22:57:45 -0400
commit84fa56baf9a8b7c76e90f7013840f4c4a222957e (patch)
tree1a70523fb28f06d4691e109dafe3cfc149305832 /.config/X11
parent99a0494cc933de18caf1324925892265eab65eac (diff)
downloaddotfiles-84fa56baf9a8b7c76e90f7013840f4c4a222957e.tar.gz
dotfiles-84fa56baf9a8b7c76e90f7013840f4c4a222957e.tar.bz2
dotfiles-84fa56baf9a8b7c76e90f7013840f4c4a222957e.zip
.config/nixpkgs/packages: Use patched rxvt-unicode
Add zeal and weston to package set.
Diffstat (limited to '.config/X11')
-rw-r--r--.config/X11/Xresources21
1 files changed, 12 insertions, 9 deletions
diff --git a/.config/X11/Xresources b/.config/X11/Xresources
index 2f5bcdd..d32e628 100644
--- a/.config/X11/Xresources
+++ b/.config/X11/Xresources
@@ -11,11 +11,6 @@ URxvt.internalBorder: 10
URxvt.geometry: 74x18
URxvt.cursorUnderline: 0
URxvt.cursorBlink: 1
-URxvt.cursorColor: #69AEFF
-URxvt*font: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10
-URxvt.boldFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10
-URxvt.italicFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10
-URxvt.boldItalicFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10
URxvt.keysym.C-0: perl:font-size:reset
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
@@ -25,14 +20,17 @@ URxvt.scrollWithBuffer: true
URxvt.scrollTtyKeypress: true
URxvt.transparent: false
URxvt.shading: 20
-URxvt.foreground: #ffffff
-URxvt.background: #2c303c
-URxvt.colorUL: #8fc1ff
! -----------------
! Terminal Colors
! -----------------
+*colorUL: #8fc1ff
+*cursorColor: #69aeff
+
+*foreground: #ffffff
+*background: #2c303c
+
!black
*color0: #2c303c
*color8: #999999
@@ -69,12 +67,17 @@ URxvt.colorUL: #8fc1ff
! Font Settings
! -----------------
+*font: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10
+*boldFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10
+*italicFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10
+*boldItalicFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10
+
Xft.autohint: 0
Xft.antialias: 1
Xft.hinting: 1
-Xft.hintstyle: hintslight
Xft.dpi: 96
Xft.rgba: rgb
+Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
! -----------------