diff options
| author | 2013-08-13 23:10:51 +0200 | |
|---|---|---|
| committer | 2013-08-13 23:10:51 +0200 | |
| commit | 585e2b62b0f53f6ad7fea6e437abb50019c74dd5 (patch) | |
| tree | e6df4f489f4004425e32a014735b87816d17692e /.xinitrc | |
| download | x11-585e2b62b0f53f6ad7fea6e437abb50019c74dd5.tar.gz x11-585e2b62b0f53f6ad7fea6e437abb50019c74dd5.zip | |
Initial commit of my x11 configuration in vcsh
Diffstat (limited to '.xinitrc')
| -rwxr-xr-x | .xinitrc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc new file mode 100755 index 0000000..bfc34c0 --- /dev/null +++ b/.xinitrc @@ -0,0 +1,19 @@ +#!/bin/bash + +xmodmap ~/.Xmodmap + +# Source scripts in /etc/X11/xinit/xinitrc.d/ +if [ -d /etc/X11/xinit/xinitrc.d ]; then + for f in /etc/X11/xinit/xinitrc.d/*; do + [ -x "$f" ] && . "$f" + done + unset f +fi + +emacs --daemon & +redshift -l 51.1180:4.0012 & +unclutter & +feh --bg-tile ~/pictures/wallpaper-424947.jpg + +test -n "$1" && wm=$1 || wm="/usr/local/bin/stumpwm" +exec $wm |
