From 4f1c564e03b76dfc7c8b9a6eca0b087659dbdd38 Mon Sep 17 00:00:00 2001
From: Joe <bousset.rudy@gmail.com>
Date: Mon, 30 May 2022 11:34:31 +0200
Subject: Fix for powerful computers

---
 .config/x11/xinitrc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
index 20fe9d0..fcdb018 100644
--- a/.config/x11/xinitrc
+++ b/.config/x11/xinitrc
@@ -4,14 +4,14 @@ startif() {
 	pgrep "$1" >/dev/null || "$@" >/dev/null 2>&1 &
 }
 
+pgrep musicpd >/dev/null || musicpd >/dev/null 2>&1
 "$HOME"/.local/bin/setwp
 "$HOME"/.local/bin/kb
 xset s off
 startif dunst
 startif picom
-pgrep musicpd >/dev/null || musicpd >/dev/null 2>&1
-startif mpd-notification
 startif lowbat
+startif mpd-notification
 cd "$HOME"
 xrdb "$HOME"/.config/x11/xresources
 notify-send -u normal 'Welcome' "  Welcome back, partner\!"
-- 
cgit v1.2.3