feat(desktop): add Rocket.Chat to auto assign

This commit is contained in:
Pavel Korytov 2023-03-20 13:29:04 +03:00
parent cd7e9934a7
commit 2a69f52ca0
2 changed files with 2 additions and 2 deletions

View file

@ -151,7 +151,7 @@ _=_: Balance "
("Alacritty"
(perspective-exwm-assign-window
:persp-name "term"))
((or "VK" "Slack" "discord" "TelegramDesktop")
((or "VK" "Slack" "discord" "TelegramDesktop" "Rocket.Chat")
(perspective-exwm-assign-window
:workspace-index 3
:persp-name "comms"))

View file

@ -447,7 +447,7 @@ For EXWM windows, the =perspective-exwm= package provides a function called =per
("Alacritty"
(perspective-exwm-assign-window
:persp-name "term"))
((or "VK" "Slack" "discord" "TelegramDesktop")
((or "VK" "Slack" "discord" "TelegramDesktop" "Rocket.Chat")
(perspective-exwm-assign-window
:workspace-index 3
:persp-name "comms"))