diff --git a/tdrop b/tdrop index 582f590..4827d68 100755 --- a/tdrop +++ b/tdrop @@ -225,7 +225,7 @@ update_geometry_settings_for_monitor() { local last_monitor last_monitor=$(< /tmp/tdrop/last_monitor) echo "$current_monitor" > /tmp/tdrop/last_monitor - if [[ $current_monitor != $last_monitor ]]; then + if [[ $current_monitor != "$last_monitor" ]]; then monitor_changed=true fi }