aboutsummaryrefslogtreecommitdiff
path: root/urxvt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-04-30 19:22:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-04-30 19:22:00 +1200
commit14ff4b8dd963c73c0125d4547697d622a42f9875 (patch)
treeae26d9a27b84129896d025ad3d35aacce9b163a9 /urxvt
parentMove sxhkd files to dedicated target (diff)
downloaddotfiles-14ff4b8dd963c73c0125d4547697d622a42f9875.tar.gz
dotfiles-14ff4b8dd963c73c0125d4547697d622a42f9875.zip
Couple urxvt config together
Diffstat (limited to 'urxvt')
-rw-r--r--urxvt/Xresources.d/URxvt32
-rw-r--r--urxvt/xsession.d/urxvt.sh2
2 files changed, 34 insertions, 0 deletions
diff --git a/urxvt/Xresources.d/URxvt b/urxvt/Xresources.d/URxvt
new file mode 100644
index 00000000..f4c30d54
--- /dev/null
+++ b/urxvt/Xresources.d/URxvt
@@ -0,0 +1,32 @@
+! 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/urxvt/xsession.d/urxvt.sh b/urxvt/xsession.d/urxvt.sh
new file mode 100644
index 00000000..34b9f904
--- /dev/null
+++ b/urxvt/xsession.d/urxvt.sh
@@ -0,0 +1,2 @@
+# Run urxvtd(1) in the background
+urxvtd --fork --opendisplay --quiet