moved single use window rules into exec dispatcher

window rules i was using to move things into the right places on the
comms workspace were redundant, as the single move could be performed in
the exec dispatcher using rules instead
This commit is contained in:
Gabriella Bere 2025-05-03 03:46:55 +01:00
parent a9087286e9
commit 1f57a9fc52

View file

@ -37,16 +37,10 @@
"$mod, mouse:273, resizewindow"
];
exec-once = [
"[workspace name:comms silent] telegram-desktop"
"[workspace name:comms silent] signal-desktop"
"[workspace name:comms silent] firefox https://web.whatsapp.com https://instagram.com"
"[workspace name:comms silent] vesktop"
];
windowrule = [
"move 100%,100%, title:*WhatsApp*"
"move -100%,100%, title:*Telegram*"
"move 100%,-100%, title:*Vesktop*"
"move -100%,-100%, title:*Signal*"
"[workspace name:comms silent; move -100%,100%] telegram-desktop"
"[workspace name:comms silent; move -100%,-100%] signal-desktop"
"[workspace name:comms silent; move 100%,100%] firefox https://web.whatsapp.com https://instagram.com"
"[workspace name:comms silent; move 100%,-100%] vesktop"
];
# Declare all keybinds