Xmonad/Config archive/Remi's .xinitrc

From HaskellWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
#!/bin/sh

xsetwacom set Cursor SpeedLevel 7
xsetwacom set Cursor Accel 1

xset mouse 1

# set background
habak -ms clouds2.jpg

# multimedia
mpd .mpdconf
(sleep 1; mpdscribble) &
(sleep 2; qmpdclient) &

xscreensaver -no-splash &

pidgin &
firefox &

eval `ssh-agent`
xterm -e ssh-add &

eval `dbus-launch --sh-syntax`

#HSWM_DIR=$HOME/public_html/hswm
#HSWM_DIR=$HOME/Programming/hswm
#dbus-launch xterm -geometry 160x16+310+805 -e "$HSWM_DIR/runhswm.sh"

xmonad > $HOME/.xmonad/log.txt 2>&1