diff options
author | joe <rbo@gmx.us> | 2025-10-13 22:10:10 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-13 22:10:10 +0200 |
commit | a58378b190a4c0fac9d1142fa1643f82a2aaa444 (patch) | |
tree | 119a939e1f2b1971c1c8e15ee5329ca6b4109c3c /.config/x11/xinitrc | |
parent | up (diff) | |
download | dotfiles-bsd-a58378b190a4c0fac9d1142fa1643f82a2aaa444.tar.gz dotfiles-bsd-a58378b190a4c0fac9d1142fa1643f82a2aaa444.tar.bz2 dotfiles-bsd-a58378b190a4c0fac9d1142fa1643f82a2aaa444.tar.xz dotfiles-bsd-a58378b190a4c0fac9d1142fa1643f82a2aaa444.tar.zst dotfiles-bsd-a58378b190a4c0fac9d1142fa1643f82a2aaa444.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/x11/xinitrc | 13 |
1 files changed, 7 insertions, 6 deletions
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 |