#!/bin/sh # # ~/.xinitrc # # Executed by startx (run your window manager from here) if [ -d /etc/X11/xinit/xinitrc.d ]; then for f in /etc/X11/xinit/xinitrc.d/*; do [ -x "$f" ] && . "$f" done unset f fi export GTK2_RC_FILES="$HOME/.gtkrc-2.0" xrandr --fbmm 519x324 # /usr/bin/dispwin -d1 /usr/share/color/icc/240PW9.ICM & numlockx on & nitrogen --restore & # compton -b & exec startlxde # exec startkde # exec gnome-session #exec ck-launch-session startkde # exec razor-session # exec razor-session #exec startlxde # exec openbox-kde-session # exec startxfce4 # ...or the Window Manager of your choice