summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x/.Xresources34
-rw-r--r--x/.xprofile3
2 files changed, 37 insertions, 0 deletions
diff --git a/x/.Xresources b/x/.Xresources
new file mode 100644
index 0000000..12486e8
--- /dev/null
+++ b/x/.Xresources
@@ -0,0 +1,34 @@
+Xft.dpi: 96
+Xft.antialias: 1
+Xft.hinting: 1
+Xft.hintstyle: hintfull
+URxvt*scrollBar: false
+URxvt*letterSpace: -1
+URxvt*font: xft:Inconsolata:size=13:weight=medium
+URxvt*boldfont: xft:Inconsolata:size=13:Bold
+
+URxvt*scrollTtyOutput: false
+URxvt*scrollWithBuffer: true
+URxvt*scrollTtyKeypress: true
+URxvt.perl-ext-common: default,matcher
+URxvt.url-launcher: /usr/bin/firefox
+URxvt.matcher.button: 1
+
+URxvt*foreground: #f8f8f2
+URxvt*background: #1b1e1f
+URxvt*color0: #101010
+URxvt*color1: #960050
+URxvt*color2: #66aa11
+URxvt*color3: #c47f2c
+URxvt*color4: #30309b
+URxvt*color5: #7e40a5
+URxvt*color6: #3579a8
+URxvt*color7: #9999aa
+URxvt*color8: #303030
+URxvt*color9: #ff0090
+URxvt*color10: #80ff00
+URxvt*color11: #ffba68
+URxvt*color12: #5f5fee
+URxvt*color13: #bb88dd
+URxvt*color14: #4eb4fa
+URxvt*color15: #d0d0d0
diff --git a/x/.xprofile b/x/.xprofile
new file mode 100644
index 0000000..043a01e
--- /dev/null
+++ b/x/.xprofile
@@ -0,0 +1,3 @@
+setxkbmap -option caps:swapescape -option compose:rctrl -option nbsp:level2 ca fr &
+dex -a -e awesome &
+(xrdb -merge -I$HOME ~/.Xresources & urxvtd -q -o -f); urxvtc -e offlineimap -q &