27 lines
636 B
Text
27 lines
636 B
Text
#run at start
|
|
exec {
|
|
ydotoold
|
|
autotiling-rs
|
|
nm-applet
|
|
blueman-applet
|
|
copyq --start-server
|
|
swayidle
|
|
'/usr/bin/kdeconnectd'
|
|
'/usr/lib/$(uname -m)-linux-gnu/libexec/polkit-kde-authentication-agent-1'
|
|
udiskie -at
|
|
keepassxc ~/Documents/Server/Server_Admin_Keychain.kdbx ~/Nextcloud/Security/Passwords.kdbx
|
|
'sleep 5;nextcloud --background'
|
|
'sleep 5;flatpak run com.hunterwittenborn.Celeste --background'
|
|
'sleep 5;rssguard'
|
|
'sleep 5;tokodon'
|
|
'diskspace-check'
|
|
'uptime-check'
|
|
poweralertd
|
|
}
|
|
|
|
# Run on reload
|
|
exec_always {
|
|
'eww kill;killall eww;eww daemon'
|
|
}
|
|
|
|
include $HOME/.config/sway/config.d/autostart.d/*
|