🚀 perf(hypr): change order of autostarting services

This commit is contained in:
Sergio Laín 2024-04-06 12:52:26 +02:00
parent ba32346b7d
commit 3100318808
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -4,11 +4,8 @@
config=$HOME/.config/hypr
scripts=$config/scripts
# Plugins
pypr &
# Notification Daemon
swaync &
# Automounter for removable media
udiskie &
# Wallpaper Backend
swww init
@ -17,12 +14,15 @@ swww init
# Bar
waybar &
# Plugins
pypr &
# Notification Daemon
swaync &
# OSD Window
swayosd-server &
# Automounter for removable media
udiskie &
# Notify about devices connecting and disconnecting
devify &