tileos-settings-sway/etc/sway/config.d/40-autostart-applications.conf
Sunderland93 6b0a66e6be Swtich back from running apps with systemd
systemd integration for Sway is cool, but introduces a lot of
unexpected problems, such as race conditions. So switch back to classic
config-based systemd for autostarting services until all major problems
with systemd integration (sway-systemd) will resolved
2023-06-09 18:02:22 +04:00

27 lines
528 B
Text

# Autostart settings. For values of these variables see /etc/sway/variables
# You can add your own applications or daemons here
exec {
$polkit_agent
$idle
$swappy_notify
$dex_autostart
$wlsunset
$autotiling
$term_server
$cliphist_store
$cliphist_watch
$autoname_workspaces
$pcmanfm_daemon
}
exec_always {
$kanshi
$spice_vdagent
$nwg_drawer_daemon
$poweralertd
$watch_playerctl
$calendar_daemon
$import_gsettings
$update_rofi_theme
$swayr_daemon
}