From a5240f43437ff2e5267e2e94b9942a033ba58d15 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Thu, 17 Oct 2024 10:40:07 -0700 Subject: gnome-move-windows: fix syntax error --- bin/gnome-move-windows | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/gnome-move-windows b/bin/gnome-move-windows index 3ca3069..d6cd934 100755 --- a/bin/gnome-move-windows +++ b/bin/gnome-move-windows @@ -29,8 +29,8 @@ done for window_id in $communications; do wmctrl -i -r $window_id -t 2 -fi +done for window_id in $terminals; do wmctrl -i -r $window_id -t 3 -fi +done -- cgit v1.2.3