🚀 perf(hypr): change order of autostarting services
This commit is contained in:
parent
ba32346b7d
commit
3100318808
1 changed files with 8 additions and 8 deletions
|
@ -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 &
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue