#!/bin/bash cd $HOME export VDPAU_NVIDIA_NO_OVERLAY=1 xrandr --output DVI-D-0 --left-of DVI-I-1 # I don't like no background ;) dash $HOME/.bg & numlockx xset r rate 250 50 & # also in ~/bin/suspend-resume.sh source $HOME/bin/gpg-agent.sh # autostart entries setxkbmap de nodeadkeys xbindkeys & xkbcomp ~/.xkbmap $DISPLAY & xautolock -nowlocker $HOME/bin/screen-locker.sh -locker $HOME/bin/screen-locker.sh -time 10 & pulseaudio --start & remote-notify-client.sh & autostart () { #urxvt -g 125x+45+1041+0 -e ssh mistral & # urxvt -g 125x+45+1920+0 -e ssh karif & stalonetray --dockapp-mode -p --kludges force_icons_size & for f in $XDG_CONFIG_HOME/conky/*; do conky -c "$f" & done rm -f $HOME/passwords.kdb.lock keepassx& transmission-remote-gtk & ossmixer.py &> /dev/null & thunderbird & #liferea & zim & clipit & $HOME/git/thetime/src/thetime -t "%F %H:%M:%S" -p 1921,1160 -f "xft:DejaVu Sans:size=10" } # WM case "$1" in console) openbox & sleep 1 urxvt & ;; *|openbox) openbox & sleep 1 autostart & ;; esac exec xinitrc