]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Get rid of Xdefaults
authorRuben Beltran del Rio <redacted>
Wed, 14 Jun 2023 19:38:59 +0000 (21:38 +0200)
committerRuben Beltran del Rio <redacted>
Wed, 14 Jun 2023 19:38:59 +0000 (21:38 +0200)
Xdefaults [deleted file]
install

diff --git a/Xdefaults b/Xdefaults
deleted file mode 100644 (file)
index 79a02b8..0000000
--- a/Xdefaults
+++ /dev/null
@@ -1,72 +0,0 @@
-! ---------------------------
-! URxvt
-! ---------------------------
-Xft.dpi: 140
-Xft.antialias: false
-Xft.rgba: rgb
-Xft.hinting: true
-Xft.hintstyle: hintslight
-
-! ---------------------------
-! URxvt
-! ---------------------------
-
-URxvt.depth: 32
-URxvt.geometry: 90x30
-URxvt.fading: 30
-
-URxvt.loginShell: true
-URxvt.saveLines: 50
-URxvt.internalBorder: 3
-URxvt.lineSpace: 0
-URxvt.transparent: false
-
-! fonts
-URxvt.allow_bold: false
-*.font: xft:Input Mono:style=Light:size=11
-*.boldFont: xft:Input Mono:style=Medium:size=11
-*.italicFont: xft:Input Mono:style=Light Italic:size=11
-*.boldItalicFont: xft:Input Mono:style=Medium Italic:size=11
-
-! scrollbar
-URxvt.scrollbarStyle: rxvt
-URxvt.scrollBar: false
-
-! cursor
-URxvt.cursorBlink: true
-URxvt.cursorColor: #c8c7c7
-
-! pointer
-URxvt.pointerBlank: true
-
-! rbdr theme
-! fg / bg
-URxvt.background: #3e3937
-URxvt.foreground: #eeeeee
-! black
-URxvt.color0: #888888
-URxvt.color8: #aaaaaa
-! red
-URxvt.color1: #ff004d
-URxvt.color9: #ff5555
-! green
-URxvt.color2: #55ff55
-URxvt.color10: #83ff83
-! yellow
-URxvt.color3: #ffec27
-URxvt.color11: #ffff55
-! blue
-URxvt.color4: #5555ff
-URxvt.color12: #6f6fff
-! magenta
-URxvt.color5: #ff55ff
-URxvt.color13: #ff82ff
-! cyan
-URxvt.color6: #55ffff
-URxvt.color14: #77ffff
-! white
-URxvt.color7: #c7c7c7
-URxvt.color15: #feffff
-
-URxvt.keysym.Shift-Control-V: eval:paste_clipboard
-URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
diff --git a/install b/install
index cf56f5a5384a33b57bbbc6588c46d2e297930ec4..e1d9dd6589c4261a8fecdbfa891f683357ecebbb 100755 (executable)
--- a/install
+++ b/install
@@ -32,9 +32,6 @@ ln -fns .dotfiles/nethackrc ~/.nethackrc
 # Git
 ln -fns .dotfiles/gitconfig ~/.gitconfig
 
 # Git
 ln -fns .dotfiles/gitconfig ~/.gitconfig
 
-# XDefaults
-ln -fns .dotfiles/Xdefaults ~/.Xdefaults
-
 # ripgrep
 ln -fns .dotfiles/rgignore ~/.rgignore
 
 # ripgrep
 ln -fns .dotfiles/rgignore ~/.rgignore