#!/bin/bash ######################### # ~/.xinitrc by arpinux # ######################### ## D-Bus ## if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then eval "$(dbus-launch --sh-syntax --exit-with-session)" fi ## read ~.Xresources file xrdb -merge ~/.Xresources ## launch terminal deamon ## urxvtd -q -f -o ## set cursor xsetroot -cursor_name left_ptr ## set ctrl_alt_bksp as session-killer setxkbmap -option terminate:ctrl_alt_bksp ## startup-wall feh --no-xinerama --bg-center ~/bin/.startupwall-d.png ## clean-up conky deamon if [ "$(pidof conkyd)" ]; then killall conkyd fi if [ "$(pidof conky)" ]; then killall conky fi #----------------------------------------------------------------------- exec ck-launch-session $HOME/bin/session_selector.sh