From a58378b190a4c0fac9d1142fa1643f82a2aaa444 Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 13 Oct 2025 22:10:10 +0200 Subject: up --- .config/x11/xinitrc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to '.config/x11') diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 45d985b..7f48d1a 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -37,12 +37,6 @@ dunst_shit() { startif dunst sleep 2 startif lowbat - for pid in $(ps aux | grep local/bin/kb | awk '{print $2}'); do - kill -9 $pid - done - [ $host = "po-rbo" ] && feh --no-fehbg --image-bg '#1d2021' \ - --no-xinerama --bg-fill "$HOME"/pics/wp.jpg - "$HOME"/.local/bin/kb & } start_apps() { @@ -65,6 +59,12 @@ dunst_shit xset s off xset -dpms [ $host = "mother" ] && hc 85 30 0 +for pid in $(ps aux | grep local/bin/kb | awk '{print $2}'); do + kill -9 $pid +done +"$HOME"/.local/bin/kb & +[ $host = "po-rbo" ] && feh --no-fehbg --image-bg '#1d2021' --no-xinerama \ + --bg-fill "$HOME"/pics/wp.jpg && herbe ' wp set' & pkill wireplumber pkill pipewire-pulse pkill pipewire @@ -79,6 +79,7 @@ startif picom cd "$HOME" xrdb "$HOME"/.config/x11/xresources start_apps & +startif fetch_sfeed herbe "$icon welcome back, partner!" & [ $host = "po-rbo" ] && exec dbus-run-session dwm -- cgit v1.2.3