Add sway autostart skeleton

This commit is contained in:
Arti Zirk 2021-11-04 10:18:52 +02:00
parent 67b9e310f0
commit 8a07e59438
2 changed files with 12 additions and 0 deletions

11
.config/sway/autostart Normal file
View File

@ -0,0 +1,11 @@
for_window [app_id="evolution"] move to workspace 9
for_window [app_id="org.kde.quassel"] move to workspace 9
for_window [class="Element"] move to workspace 9
for_window [class="Slack"] move to workspace 9
for_window [app_id="telegramdesktop"] move to workspace 9
exec evolution
exec quasselclient
exec element-desktop
exec /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=slack --file-forwarding com.slack.Slack
exec telegram-desktop

View File

@ -357,3 +357,4 @@ input 1133:16534:Logitech_ERGO_M575 {
}
include /etc/sway/config.d/*
include autostart