From b876acfe46f71d2b78cd4a7c6d6f7087054ec8f0 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 12 Sep 2025 17:14:04 +0200 Subject: up --- .config/x11/xinitrc | 5 ----- 1 file changed, 5 deletions(-) (limited to '.config/x11/xinitrc') diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index c682a23..4e3067a 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -3,7 +3,6 @@ case $(hostname -s) in mother) icon=" " - mpd="mpd" sleep="sleep 1" ping="ping -c1 -w1 9.9.9.9 >/dev/null 2>&1" host="mother" @@ -11,7 +10,6 @@ case $(hostname -s) in ;; po-rbo) icon=" " - mpd="mpd" sleep="sleep 0.1" ping="ping -c1 -w1 9.9.9.9 >/dev/null 2>&1" host="po-rbo" @@ -19,7 +17,6 @@ case $(hostname -s) in ;; mars) icon=" " - mpd="musicpd" sleep="gsleep 1" ping="ping -c1 -t1 9.9.9.9 >/dev/null 2>&1" host="mars" @@ -39,7 +36,6 @@ dunst_shit() { sleep 1 startif dunst sleep 2 - startif mpd-notification startif lowbat for pid in $(ps aux | grep local/bin/kb | awk '{print $2}'); do kill -9 $pid @@ -66,7 +62,6 @@ export LANG='en_US.UTF-8' dunst_shit [ $host = "po-rbo" ] && startif picom -pgrep $mpd >/dev/null || $mpd >/dev/null 2>&1 xset s off xset -dpms pkill wireplumber -- cgit v1.2.3