tileos-settings-sway/etc/sway/config.d/40-autostart-applications.conf
Sunderland93 17f3663a9b Move some scripts back to Sway config
There is no need to run these scripts as systemd user services
since they are optional and can be modified or deleted by the user
2023-09-16 11:59:20 +04:00

22 lines
442 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
$swappy_notify
$wlsunset
$autotiling
$help_menu
$cliphist_store
$cliphist_watch
$autoname_workspaces
$switch_toplevel
$pcmanfm_daemon
}
exec_always {
$kanshi
$nwg_drawer_daemon
$watch_playerctl
$calendar_daemon
$update_rofi_theme
}