From b84de65afb98b61a541da917154eb26f40edaa68 Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Wed, 23 Nov 2011 11:00:22 +0100 Subject: [PATCH] updated wicd startup to work with new wicd version --- .xsessionrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xsessionrc b/.xsessionrc index f8ac1d9..f909119 100755 --- a/.xsessionrc +++ b/.xsessionrc @@ -5,7 +5,7 @@ xmodmap .xmodmaprc /sbin/start-stop-daemon --start --background --exec /usr/bin/xscreensaver; urxvtd -q -f -wicd-client & +wicd-client --tray & export PATH=$PATH:/home/penny/bin/ synclient VertScrollDelta=0 HorizScrollDelta=0 VertEdgeScroll=0 HorizEdgeScroll=0 VertTwoFingerScroll=0 HorizTwoFingerScroll=0 UpDownScrolling=0 LeftRightScrolling=0 UpDownScrollRepeat=0 LeftRightScrollRepeat=0 ScrollButtonRepeat=0 CircularScrolling=0 CircScrollDelta=0 CircScrollTrigger=0 ScrollButtonRepeat=0 #gnome-screensaver & -- 2.39.5