summaryrefslogtreecommitdiff
path: root/by_host/Linux/X/.Xdefaults
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2017-06-20 17:02:06 +0200
committerPatrick Simianer <p@simianer.de>2017-06-20 17:02:06 +0200
commit461ba78442c1adeabe01059a57e36b429beffc71 (patch)
treeaef3668de1ce6b400c0a528e3aec7aecd3321c4b /by_host/Linux/X/.Xdefaults
parent8d951f7cd852e39f79c91af2871f9bc1388d41a3 (diff)
fix
Diffstat (limited to 'by_host/Linux/X/.Xdefaults')
-rw-r--r--by_host/Linux/X/.Xdefaults72
1 files changed, 0 insertions, 72 deletions
diff --git a/by_host/Linux/X/.Xdefaults b/by_host/Linux/X/.Xdefaults
deleted file mode 100644
index 3b1353f..0000000
--- a/by_host/Linux/X/.Xdefaults
+++ /dev/null
@@ -1,72 +0,0 @@
-URxvt*termName: rxvt
-URxvt.perl-lib: /home/pks/.urxvt/
-URxvt.perl-ext-common: default,tabbedex,url-select,clipboard,keyboard-select
-
-/* keyboard (M is alt) */
-URxvt.keysym.M-Escape: perl:keyboard-select:activate
-URxvt.keysym.M-s: perl:keyboard-select:search
-URxvt.keysym.M-u: perl:url-select:select_next
-URxvt.keysym.M-c: perl:clipboard:copy
-URxvt.keysym.M-v: perl:clipboard:paste
-URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
-
-/* borderless and no scrollbar */
-URxvt*scrollBar: false
-URxvt*scrollBar_right: false
-URxvt*borderLess: false
-URxvt.cursorBlink: true
-URxvt*internalBorder: 0
-
-/* fonts */
-Xft.dpi: 96
-Xft.antialias: true
-Xft.rgba: rgb
-Xft.hinting: true
-Xft.hintstyle: hintslight
-URxvt*font: xft:Tamsyn:pixelsize=16:style=regular:antialias=false,xft:Inconsolata Powerline:pixelsize=16
-URxvt*boldFont: xft:Tamsyn:pixelsize=17:style=bold:antialias=false,xft:Inconsolata Powerline:pixelsize=16
-
-/* change default colors */
-URxvt*background: #000000
-URxvt*foreground: #999999
-! black
-URxvt*.color0 : #000000
-URxvt*.color8 : #999999
-! red
-URxvt*.color1 : #bb4444
-URxvt*.color9 : #bb4444
-! green
-URxvt*.color2 : #44bb44
-URxvt*.color10 : #44bb44
-! yellow
-URxvt*.color3 : #bbbb44
-URxvt*.color11 : #bbbb44
-! blue
-URxvt*.color4 : #4444aa
-URxvt*.color12 : #4444aa
-! magenta
-URxvt*.color5 : #bb44bb
-URxvt*.color13 : #bb44bb
-! cyan
-URxvt*.color6 : #44bbbb
-URxvt*.color14 : #44bbbb
-! white
-URxvt*.color7 : #999999
-URxvt*.color15 : #999999
-
-/* tabbed */
-URxvt.tabbed.tabbar-fg: 7
-URxvt.tabbed.tabbar-bg: 0
-URxvt.tabbed.tab-fg: 5
-URxvt.tabbed.tab-bg: 0
-URxvt.tabbed.title-fg: 0
-URxvt.tabbed.title-bg: 7
-URxvt.tabbed.new-button: no
-URxvt.tabbed.title: yes
-
-/* url-select */
-URxvt.url-select.autocopy: false
-URxvt.url-select.button: 1
-URxvt.url-select.launcher: firefox
-URxvt.url-select.underline: true
-