dotfiles/de/home/.config/sway/config.d/autostart
2024-07-26 13:00:11 -06:00

29 lines
796 B
Text

#
# WM Stuff
#
# Run on reload
#exec_always $HOME/.config/sway/scripts/autostart
exec_always 'autotiling'
#exec_always 'swaync'
exec_always 'killall waybar;waybar'
#exec_always 'swaync'
# Run only at start
#exec $HOME/.config/sway/scripts/autostart_apps
exec 'nm-applet'
exec 'blueman-applet'
exec 'copyq --start-server'
exec 'swayidle'
exec '/usr/lib/$(uname -m)-linux-gnu/libexec/kdeconnectd'
exec '/usr/lib/$(uname -m)-linux-gnu/libexec/polkit-kde-authentication-agent-1'
exec 'udiskie -at'
exec 'keepassxc ~/Documents/Server/Server_Admin_Keychain.kdbx ~/Nextcloud/Security/Passwords.kdbx'
exec 'sleep 5;gtk-launch syncthing-gtk'
exec 'sleep 5;gtk-launch armcord'
exec 'sleep 5;nextcloud --background'
exec 'sleep 5;protonmail-bridge -n'
include $HOME/.config/sway/config.d/autostart.d/*