diff --git a/xrandr/toggle b/xrandr/toggle index 774a01e..5362dbf 100755 --- a/xrandr/toggle +++ b/xrandr/toggle @@ -3,6 +3,8 @@ # Check if both monitor names are provided as arguments if [ "$#" -ne 2 ]; then echo "Usage: $0 " + echo "Connected monitors:" + xrandr | grep " connected" | awk '{print $1}' exit 1 fi