aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xdefaults58
-rw-r--r--Xresources75
2 files changed, 133 insertions, 0 deletions
diff --git a/Xdefaults b/Xdefaults
new file mode 100644
index 0000000..2921370
--- /dev/null
+++ b/Xdefaults
@@ -0,0 +1,58 @@
+!-------------------------------------------------------------------------------
+! Xft settings
+!-------------------------------------------------------------------------------
+
+Xft.dpi: 96
+Xft.antialias: true
+Xft.rgba: rgb
+Xft.hinting: true
+Xft.hintstyle: hintslight
+
+!-------------------------------------------------------------------------------
+! URxvt settings
+! Colours lifted from Solarized (http://ethanschoonover.com/solarized)
+! More info at:
+! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
+!-------------------------------------------------------------------------------
+
+URxvt.geometry: 90x30
+URxvt.transparent: true
+URxvt.fading: 0
+! URxvt.urgentOnBell: true
+! URxvt.visualBell: true
+URxvt.loginShell: true
+URxvt.lineSpace: 0
+
+! Fonts
+URxvt.allow_bold: true
+URxvt.font: xft:DejaVu Sans Mono:pixelsize=14
+
+! Fix font space
+URxvt*letterSpace: -1
+
+! Scrollbar
+URxvt.scrollStyle: rxvt
+URxvt.scrollBar: false
+
+! Perl extensions
+!URxvt.perl-ext-common: default,matcher
+URxvt.matcher.button: 1
+URxvt.urlLauncher: firefox
+
+! Cursor
+URxvt.cursorBlink: true
+URxvt.cursorColor: #657b83
+URxvt.cursorUnderline: false
+
+!URxvt*depth: 32
+URxvt*saveLines: 12000
+
+! M-t for text select M-s for search
+URxvt.perl-ext-common: default,matcher,keyboard-select,url-select
+URxvt.keysym.M-t: perl:keyboard-select:activate
+URxvt.keysym.M-s: perl:keyboard-select:search
+
+! M-u to select open copy links
+!URxvt.perl-ext-common: ...,url-select
+URxvt.keysym.M-u: perl:url-select:select_next
+
diff --git a/Xresources b/Xresources
new file mode 100644
index 0000000..36e6793
--- /dev/null
+++ b/Xresources
@@ -0,0 +1,75 @@
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+! Solarized Config for Xterm !
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+#define S_base03 #002b36
+#define S_base02 #073642
+#define S_base01 #586e75
+#define S_base00 #657b83
+#define S_base0 #839496
+#define S_base1 #93a1a1
+#define S_base2 #eee8d5
+#define S_base3 #fdf6e3
+#define S_yellow #b58900
+#define S_orange #cb4b16
+#define S_red #dc322f
+#define S_magenta #d33682
+#define S_violet #6c71c4
+#define S_blue #268bd2
+#define S_cyan #2aa198
+#define S_green #859900
+
+*background: S_base3
+*foreground: S_base00
+*fading: 40
+*fadeColor: S_base3
+*cursorColor: S_base01
+*pointerColorBackground:S_base1
+*pointerColorForeground:S_base01
+!urxvt.font :xft:inconsolata-dz-powerline:size=14
+urxvt.scrollBar :false
+!xterm.font :xft:inconsolata-dz-powerline:size=14
+xterm.scrollBar :false
+
+!! black dark/light
+*color0: S_base02
+*color8: S_base03
+
+!! red dark/light
+*color1: S_red
+*color9: S_orange
+
+!! green dark/light
+*color2: S_green
+*color10: S_base01
+
+!! yellow dark/light
+*color3: S_yellow
+*color11: S_base00
+
+!! blue dark/light
+*color4: S_blue
+*color12: S_base0
+
+!! magenta dark/light
+*color5: S_magenta
+*color13: S_violet
+
+!! cyan dark/light
+*color6: S_cyan
+*color14: S_base1
+
+!! white dark/light
+*color7: S_base2
+*color15: S_base3
+
+xterm*faceName: DejaVu Sans Mono Book
+xterm*faceSize: 12
+
+! Enable copy paste
+xterm*metaSendsEscape: true
+xterm*eightBitInput: false
+xterm*allowSendEvents: true
+
+URxvt.url-select.launcher: /home/vasko/.ratpoison/exec_to_workspace 2 firefox --new-tab
+