diff options
-rwxr-xr-x | autodetect.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autodetect.sh b/autodetect.sh index 6a7b6d4..05b40ef 100755 --- a/autodetect.sh +++ b/autodetect.sh @@ -134,6 +134,7 @@ elif [ "$EXT2_STATUS" = "disconnected" -a "$NOTE_STATUS" = "connected" -a "$EXT1 fi ## Query current status +sleep 1 XRANDR="$(query_xrandr)" HASH="$(compute_hash "$XRANDR")" |