changeset 307:655a40db0977

ah, the magic switch
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 16 May 2013 11:25:10 -0700
parents 1166c65328f7
children 8be2beb2d952
files bin/xmoveall.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <DESK>
 # Move  a window that has been specified with the -r action to the
 # desktop <DESK>.
-echo "wmctrl -r ${line} -t ${LAST}"
+wmctrl -i -r ${line} -t ${LAST}
 done