#!/bin/bash ############################## # ~/.xinitrc by arpinux 2011 # ############################## ## D-Bus ## if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then eval "$(dbus-launch --sh-syntax --exit-with-session)" fi ## trackpad ## tapbutton off by default ## synclient VertTwoFingerScroll=1 synclient HorizTwoFingerScroll=1 synclient TapButton1=0 ## dualscreen ## edit if needed ## xrandr --output LVDS --mode 1024x768 --pos 0x0 --rotate normal --output VGA-0 --mode 1024x768 --pos 1024x0 --rotate normal ## read ~.Xresources file xrdb -merge ~/.Xresources ## set wallpaper / color the screen ## #xsetroot -solid grey20 & feh --no-xinerama --bg-scale ~/.arp_setups/bg.png ## uncomment to display default wallpaper ## #nitrogen --restore & ## uncomment to run your personnal wallpaper ## ## launch terminal deamon ## urxvtd -q- -f -o ## set session-killer setxkbmap -option terminate:ctrl_alt_bksp ## launch session exec ck-launch-session /usr/local/bin/dwm