diff options
Diffstat (limited to '.config/x11/xinitrc')
-rw-r--r-- | .config/x11/xinitrc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index fafae24..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 @@ -52,7 +48,7 @@ start_apps() { CM_SELECTIONS=clipboard startif clipmenud startif copyq startif nextcloud - [ $host = "po-rbo" ] && QT_SCALE_FACTOR=1.35 startif rclone-browser + # [ $host = "po-rbo" ] && QT_SCALE_FACTOR=1.35 startif rclone-browser } export LANG='en_US.UTF-8' @@ -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 |