19 lines
380 B
Text
19 lines
380 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
|
|
$dex_autostart
|
|
$autotiling
|
|
$cliphist_store
|
|
$cliphist_watch
|
|
$pcmanfm_daemon
|
|
}
|
|
exec_always {
|
|
$kanshi
|
|
$spice_vdagent
|
|
$nwg_drawer_daemon
|
|
$poweralertd
|
|
$watch_playerctl
|
|
$calendar_daemon
|
|
}
|