mirror of https://github.com/artizirk/dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
780 B
21 lines
780 B
# Default layout |
|
for_window [workspace=$chat_workspace] layout tabbed |
|
|
|
for_window [app_id="evolution"] move to workspace $chat_workspace |
|
exec evolution |
|
|
|
for_window [app_id="org.kde.quassel"] move to workspace $chat_workspace |
|
for_window [app_id="quasselclient"] move to workspace $chat_workspace |
|
exec quasselclient |
|
|
|
for_window [class="Element"] move to workspace $chat_workspace |
|
exec element-desktop |
|
|
|
for_window [class="Slack"] move to workspace $chat_workspace |
|
for_window [app_id="Slack"] move to workspace $chat_workspace |
|
exec slack --enable-features=WebRTCPipeWireCapturer |
|
exec flatpak run com.slack.Slack |
|
|
|
for_window [app_id="telegramdesktop"] move to workspace $chat_workspace |
|
for_window [app_id="org.telegram.desktop"] move to workspace $chat_workspace |
|
exec telegram-desktop
|
|
|