aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-01-31 06:24:55 +1300
committerTom Ryder <tom@sanctum.geek.nz>2023-01-31 06:24:55 +1300
commitea2476faf5dff83e1eaa93bc5fd05bce70449b75 (patch)
tree64f79d23a3c92335c3ffbe2f77757ab8479c55d7
parentMerge branch 'release/v12.25.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-12.26.0.tar.gz (sig)
dotfiles-12.26.0.zip
Merge branch 'release/v12.26.0'v12.26.0
* release/v12.26.0: Move URxvt resources back into main .Xresources
-rw-r--r--VERSION4
-rw-r--r--urxvt/Xresources.d/URxvt32
-rw-r--r--x/Xresources60
3 files changed, 60 insertions, 36 deletions
diff --git a/VERSION b/VERSION
index 2574151a..1febe27e 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v12.25.0
-Mon, 30 Jan 2023 16:24:14 +0000
+tejr dotfiles v12.26.0
+Mon, 30 Jan 2023 17:24:51 +0000
diff --git a/urxvt/Xresources.d/URxvt b/urxvt/Xresources.d/URxvt
deleted file mode 100644
index f4c30d54..00000000
--- a/urxvt/Xresources.d/URxvt
+++ /dev/null
@@ -1,32 +0,0 @@
-! URxvt
-URxvt.cursorBlink: on
-URxvt.cutchars: <>│
-URxvt.internalBorder: 0
-URxvt.iso14755: false
-URxvt.iso14755_52: false
-URxvt.perl-ext-common: select
-URxvt.pointerBlank: true
-URxvt.saveLines: 10000
-URxvt.scrollBar: false
-URxvt.scrollTTyKeypress: true
-URxvt.scrollTTyOutput: false
-URxvt.secondaryScroll: true
-URxvt.urgentOnBell: true
-URxvt.background: #030303
-URxvt.foreground: #E0E0E0
-URxvt.color0: #030303
-URxvt.color1: #CC0000
-URxvt.color2: #3EAA06
-URxvt.color3: #C4A000
-URxvt.color4: #3465A4
-URxvt.color5: #75507B
-URxvt.color6: #06989A
-URxvt.color7: #D3D7CF
-URxvt.color8: #303030
-URxvt.color9: #EF2929
-URxvt.color10: #7AF234
-URxvt.color11: #FCE94F
-URxvt.color12: #729FCF
-URxvt.color13: #AD7FA8
-URxvt.color14: #34E2E2
-URxvt.color15: #EEEEEC
diff --git a/x/Xresources b/x/Xresources
index 3f586a87..d89a2360 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -1,2 +1,58 @@
-#include ".Xresources.d/URxvt"
-#include ".Xresources.d/XTerm"
+! XTerm
+XTerm.termName: xterm-256color
+XTerm.vt100.bellIsUrgent: true
+XTerm.vt100.charClass: 0-32:0,33-59:1,60:2,61:1,62:2,63-65535:1
+XTerm.vt100.internalBorder: 0
+XTerm.vt100.eightBitInput: false
+XTerm.vt100.metaSendsEscape: true
+XTerm.vt100.background: #030303
+XTerm.vt100.foreground: #E0E0E0
+XTerm.vt100.color0: #030303
+XTerm.vt100.color1: #CC0000
+XTerm.vt100.color2: #3EAA06
+XTerm.vt100.color3: #C4A000
+XTerm.vt100.color4: #3465A4
+XTerm.vt100.color5: #75507B
+XTerm.vt100.color6: #06989A
+XTerm.vt100.color7: #D3D7CF
+XTerm.vt100.color8: #303030
+XTerm.vt100.color9: #EF2929
+XTerm.vt100.color10: #7AF234
+XTerm.vt100.color11: #FCE94F
+XTerm.vt100.color12: #729FCF
+XTerm.vt100.color13: #AD7FA8
+XTerm.vt100.color14: #34E2E2
+XTerm.vt100.color15: #EEEEEC
+
+! URxvt
+URxvt.cursorBlink: on
+URxvt.cutchars: <>│
+URxvt.internalBorder: 0
+URxvt.iso14755: false
+URxvt.iso14755_52: false
+URxvt.perl-ext-common: select
+URxvt.pointerBlank: true
+URxvt.saveLines: 10000
+URxvt.scrollBar: false
+URxvt.scrollTTyKeypress: true
+URxvt.scrollTTyOutput: false
+URxvt.secondaryScroll: true
+URxvt.urgentOnBell: true
+URxvt.background: #030303
+URxvt.foreground: #E0E0E0
+URxvt.color0: #030303
+URxvt.color1: #CC0000
+URxvt.color2: #3EAA06
+URxvt.color3: #C4A000
+URxvt.color4: #3465A4
+URxvt.color5: #75507B
+URxvt.color6: #06989A
+URxvt.color7: #D3D7CF
+URxvt.color8: #303030
+URxvt.color9: #EF2929
+URxvt.color10: #7AF234
+URxvt.color11: #FCE94F
+URxvt.color12: #729FCF
+URxvt.color13: #AD7FA8
+URxvt.color14: #34E2E2
+URxvt.color15: #EEEEEC