diff options
author | Raul Benencia <id@rbenencia.name> | 2024-10-17 10:40:07 -0700 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2024-10-17 10:40:07 -0700 |
commit | a5240f43437ff2e5267e2e94b9942a033ba58d15 (patch) | |
tree | aacb70eecdf159f1814d9a1ede74ad5223189606 /bin | |
parent | 9848e7051fca898fcd46d3afa1a1859c9fdd7b9a (diff) |
gnome-move-windows: fix syntax error
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gnome-move-windows | 4 |
1 files 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 |