diff options
author | joe <rbo@gmx.us> | 2025-09-12 17:14:04 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-12 17:14:04 +0200 |
commit | b876acfe46f71d2b78cd4a7c6d6f7087054ec8f0 (patch) | |
tree | 3a4aef54ef423c5c5c4aeac37138465cd1d10bc8 /.config/x11 | |
parent | up (diff) | |
download | dotfiles-bsd-b876acfe46f71d2b78cd4a7c6d6f7087054ec8f0.tar.gz dotfiles-bsd-b876acfe46f71d2b78cd4a7c6d6f7087054ec8f0.tar.bz2 dotfiles-bsd-b876acfe46f71d2b78cd4a7c6d6f7087054ec8f0.tar.xz dotfiles-bsd-b876acfe46f71d2b78cd4a7c6d6f7087054ec8f0.tar.zst dotfiles-bsd-b876acfe46f71d2b78cd4a7c6d6f7087054ec8f0.zip |
up
Diffstat (limited to '.config/x11')
-rw-r--r-- | .config/x11/xinitrc | 5 |
1 files changed, 0 insertions, 5 deletions
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 |