aboutsummaryrefslogtreecommitdiff
path: root/X
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 /X
parentMove sxhkd files to dedicated target (diff)
downloaddotfiles-14ff4b8dd963c73c0125d4547697d622a42f9875.tar.gz
dotfiles-14ff4b8dd963c73c0125d4547697d622a42f9875.zip
Couple urxvt config together
Diffstat (limited to 'X')
-rw-r--r--X/Xresources.d/URxvt32
-rw-r--r--X/xsession.d/urxvt.sh3
2 files changed, 0 insertions, 35 deletions
diff --git a/X/Xresources.d/URxvt b/X/Xresources.d/URxvt
deleted file mode 100644
index f4c30d54..00000000
--- a/X/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/xsession.d/urxvt.sh b/X/xsession.d/urxvt.sh
deleted file mode 100644
index a5eb0940..00000000
--- a/X/xsession.d/urxvt.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-# Start urxvtd(1)
-command -v urxvtd >/dev/null 2>&1 || return
-urxvtd -o -q &