diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-27 21:35:42 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-27 21:35:42 -0700 |
commit | 2b46480d66e0b3f26e19a4d12cd5236e43bb9817 (patch) | |
tree | 4822fe22e66737e061254be58a1e6f3a81dd11c5 /bin | |
parent | 2fa1d16262cbf08e87cb4aeaef23bdb02d46d722 (diff) |
gnome-moe-windows: mv notmuch/elfeed windows
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}')" |