commit 472816b224ce725f5efe11314028b1c6e379a836
parent 1e221d50903a79b241875c279a5557750ef902b1
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 2 Feb 2015 09:18:55 +0100
assume wallpaper script is in path
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/xrandr-auto.sh b/bin/xrandr-auto.sh
@@ -11,7 +11,7 @@ MONITOR=$LAPTOPSCR
function ActivateEXT {
#echo "Switching to EXTSCR"
xrandr --output $EXTSCR --auto --output $LAPTOPSCR --off
- ./wallpaper.sh
+ wallpaper.sh
MONITOR=$EXTSCR
#notify-send "Activating $EXTSCR"
}
@@ -19,7 +19,7 @@ function DeactivateEXT {
#echo "Switching to $LAPTOPSCR"
#xrandr --output $EXTSCR --off --output $LAPTOPSCR --auto
xrandr --auto
- ./wallpaper.sh
+ wallpaper.sh
MONITOR=$LAPTOPSCR
#notify-send "Activating $LAPTOPSCR"
}