diff options
Diffstat (limited to 'bin/gnome-move-windows')
| -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 |
