diff options
| author | Raul Benencia <raul@thousandeyes.com> | 2026-03-09 09:56:24 -0700 |
|---|---|---|
| committer | Raul Benencia <raul@thousandeyes.com> | 2026-03-09 09:56:33 -0700 |
| commit | ca9f53ef038c6bc84091a06afbcc8bc5617f444f (patch) | |
| tree | 8749f19162182a5a26862bcab3c4524bfa17d491 /bin | |
| parent | 7b3cc6ac1f8d178605e08867e547e12f85290fb2 (diff) | |
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/gnome-move-windows | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gnome-move-windows b/bin/gnome-move-windows index f4fcd4e..04698e8 100755 --- a/bin/gnome-move-windows +++ b/bin/gnome-move-windows @@ -13,7 +13,7 @@ misc=$(wmctrl -l | awk '/isco|eepa/ {print $1}') main="$(wmctrl -xl | awk '/ emacs/ {print $1}')" communications="$(wmctrl -l | awk '/ebex|lack|communications|notmuch|Outlook|elfeed/ {print $1}')" media="$(wmctrl -l | awk '/YouTube|Spotify/ {print $1}')" -terminals="$(wmctrl -l | awk '/Alacritty|kitty|terminal/ {print $1}')" +terminals="$(wmctrl -l | awk '/Alacritty|kitty|terminal|Teleport/ {print $1}')" browsers="$(wmctrl -xl | awk '/irefox|hrom/ {print $1}')" for window_id in $misc; do |
