# HG changeset patch # User Jeff Hammel # Date 1368728710 25200 # Node ID 655a40db09770d53f2d423b63dc10a01b6f1ea8e # Parent 1166c65328f738b353b7c5a9835afaec51d00f26 ah, the magic switch diff -r 1166c65328f7 -r 655a40db0977 bin/xmoveall.sh --- a/bin/xmoveall.sh Wed May 15 14:46:05 2013 -0700 +++ b/bin/xmoveall.sh Thu May 16 11:25:10 2013 -0700 @@ -32,6 +32,6 @@ # -t # Move a window that has been specified with the -r action to the # desktop . -echo "wmctrl -r ${line} -t ${LAST}" +wmctrl -i -r ${line} -t ${LAST} done