diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2016-01-30 00:43:05 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2016-01-30 00:43:05 -0500 |
| commit | 077b9c0b493409ef3a6bbc4af65a3f32d91a6cd6 (patch) | |
| tree | b6c8f622f775df752b4997fb59bc057224d4e01b /x | |
| parent | a9bfb11eba8bd89b57fd890392641b366e0b0859 (diff) | |
| download | dotfiles-077b9c0b493409ef3a6bbc4af65a3f32d91a6cd6.tar.gz | |
Add x
Diffstat (limited to 'x')
| -rw-r--r-- | x/.Xresources | 34 | ||||
| -rw-r--r-- | x/.xprofile | 3 |
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 & |
