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:
parent
a9087286e9
commit
1f57a9fc52
1 changed files with 4 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue