🚀 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
|
config=$HOME/.config/hypr
|
||||||
scripts=$config/scripts
|
scripts=$config/scripts
|
||||||
|
|
||||||
# Plugins
|
# Automounter for removable media
|
||||||
pypr &
|
udiskie &
|
||||||
|
|
||||||
# Notification Daemon
|
|
||||||
swaync &
|
|
||||||
|
|
||||||
# Wallpaper Backend
|
# Wallpaper Backend
|
||||||
swww init
|
swww init
|
||||||
|
@ -17,12 +14,15 @@ swww init
|
||||||
# Bar
|
# Bar
|
||||||
waybar &
|
waybar &
|
||||||
|
|
||||||
|
# Plugins
|
||||||
|
pypr &
|
||||||
|
|
||||||
|
# Notification Daemon
|
||||||
|
swaync &
|
||||||
|
|
||||||
# OSD Window
|
# OSD Window
|
||||||
swayosd-server &
|
swayosd-server &
|
||||||
|
|
||||||
# Automounter for removable media
|
|
||||||
udiskie &
|
|
||||||
|
|
||||||
# Notify about devices connecting and disconnecting
|
# Notify about devices connecting and disconnecting
|
||||||
devify &
|
devify &
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue