mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-25 17:20:58 +02:00
Add sway autostart skeleton
This commit is contained in:
parent
67b9e310f0
commit
8a07e59438
11
.config/sway/autostart
Normal file
11
.config/sway/autostart
Normal 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
|
@ -357,3 +357,4 @@ input 1133:16534:Logitech_ERGO_M575 {
|
||||
}
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
include autostart
|
||||
|
Loading…
Reference in New Issue
Block a user