From 28f655287af2597acb6760d4812c07dde32157fc Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 22 May 2013 22:01:04 +0200 Subject: misc changes Signed-off-by: Florian Pritz --- .xinitrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 48a0073..293f7c4 100644 --- a/.xinitrc +++ b/.xinitrc @@ -6,7 +6,7 @@ export VDPAU_NVIDIA_NO_OVERLAY=1 xrandr --output DVI-D-0 --left-of DVI-I-1 # I don't like no background ;) -dash $HOME/.fehbg & +dash $HOME/.bg & numlockx xset r rate 250 50 & # also in ~/bin/suspend-resume.sh @@ -18,6 +18,7 @@ xbindkeys & xkbcomp ~/.xkbmap $DISPLAY & xautolock -nowlocker $HOME/bin/screen-locker.sh -locker $HOME/bin/screen-locker.sh -time 10 & /usr/lib/xfce4/notifyd/xfce4-notifyd & +pulseaudio --start & autostart () { notipy.py -a SOUTH_EAST -m 0,1920,0,0 & -- cgit v1.2.3-24-g4f1b