diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-13 18:41:45 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-13 18:41:45 +0100 |
commit | 73e8f9d4179a3af878ee6020ff028b89e6ed1260 (patch) | |
tree | 1951e230383940af887266decb5c9fc856ccc739 | |
parent | daf47e05926090414641054a8f51afa3bfafcde2 (diff) | |
download | user-config-73e8f9d4179a3af878ee6020ff028b89e6ed1260.tar.gz user-config-73e8f9d4179a3af878ee6020ff028b89e6ed1260.zip |
Add X config files.
-rw-r--r-- | dot_Xdefaults | 49 | ||||
-rwxr-xr-x | dot_xinitrc | 11 | ||||
-rwxr-xr-x | dot_xprofile | 8 |
3 files changed, 68 insertions, 0 deletions
diff --git a/dot_Xdefaults b/dot_Xdefaults new file mode 100644 index 0000000..0db4a55 --- /dev/null +++ b/dot_Xdefaults @@ -0,0 +1,49 @@ +URxvt.matcher.button: 1 +URxvt*scrollstyle: rxvt +#URxvt*transparent: true +URxvt.perl-ext-common: default,matcher +URxvt.urlLauncher: /usr/bin/firefox +URxvt.scrollBar: off +Rxvt*shading: 20 +#URxvt.font: -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1 +#URxvt.font: -misc-fixed-medium-r-normal--15-120-90--c-90-iso8859-1 +URxvt.font: xft:inconsolata:size=12 +sterm*scrollTtyOutput: false +xterm*rightScrollBar: true +xterm*faceName: inconsolata:pixelsize=14 +xterm*utf8: 2 +xterm*scrollBar: true +xterm*saveLines: 512 +xterm*geometry: 80x30 +xterm*scrollTtyKeypress: true +xterm*dynamicColors: true +xterm*jumpScroll: true +xterm*eightBitInput: true +xterm*multiScroll: true +xterm*toolBar: false +#xft.rgba: rgb +#xft.hinting: true +#xft.antialias: true +#xft.hintstyle: hintfull +#xft.dpi: 96 +Xcursor*theme: Adwaita +*Text.background: #efefef +*foreground: #dddddd +*background: #111111 +*color0: #000000 +*color1: #ff6565 +*color2: #93d44f +*color3: #eab93d +*color4: #204a87 +*color5: #ce5c00 +*color6: #89b6e2 +*color7: #cccccc +*color8: #555753 +*color9: #ff8d8d +*color10: #c8e7a8 +*color11: #ffc123 +*color12: #3465a4 +*color13: #f57900 +*color14: #46a4ff +*color15: #ffffff + diff --git a/dot_xinitrc b/dot_xinitrc new file mode 100755 index 0000000..9fdea95 --- /dev/null +++ b/dot_xinitrc @@ -0,0 +1,11 @@ +#!/bin/sh + +./.xprofile + +exec dbus-launch i3 +#urxvt & +#exec openbox + +#fusion-icon & +#exec dbus-launch docky + diff --git a/dot_xprofile b/dot_xprofile new file mode 100755 index 0000000..3bfc1d2 --- /dev/null +++ b/dot_xprofile @@ -0,0 +1,8 @@ +#!/bin/sh + +#export GTK_IM_MODULE_FILE=/etc/gtk-2.0/gtk.immodules +#export GTK_IM_MODULE='uim' +#export QT_IM_MODULE='uim' +#uim-xim & +#export XMODIFIERS='@im=uim' + |