From 31003188085df40907e092327cc4921648f7a3e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 6 Apr 2024 12:52:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20perf(hypr):=20change=20order=20o?= =?UTF-8?q?f=20autostarting=20services?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/scripts/autostart/services | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/hypr/scripts/autostart/services b/.config/hypr/scripts/autostart/services index 5b0487a7..cf8c0580 100755 --- a/.config/hypr/scripts/autostart/services +++ b/.config/hypr/scripts/autostart/services @@ -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 &