diff options
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 69dd0b0..319f159 100755 --- a/bin/gnome-move-windows +++ b/bin/gnome-move-windows @@ -11,7 +11,7 @@ done # Assign windows to predetermined workplaces misc=$(wmctrl -l | awk '/isco|eepa/ {print $1}') main="$(wmctrl -l | awk '/ main$/ {print $1}')" -communications="$(wmctrl -l | awk '/Webex|Slack|communications/ {print $1}')" +communications="$(wmctrl -l | awk '/Webex|Slack|communications|notmuch|elfeed/ {print $1}')" terminals="$(wmctrl -l | awk '/Alacritty|terminal/ {print $1}')" browsers="$(wmctrl -l | awk '/Firefox|Chrom/ {print $1}')" |