diff options
| author | joe <rbo@gmx.us> | 2025-10-30 00:06:55 +0100 |
|---|---|---|
| committer | joe <rbo@gmx.us> | 2025-10-30 00:06:55 +0100 |
| commit | 38b0919c2772bdebebc78b9b4f657679b8134272 (patch) | |
| tree | 7c1d4d89224e47dd064d99b136e27515c839ec3b | |
| parent | ye (diff) | |
| download | dotfiles-bsd-38b0919c2772bdebebc78b9b4f657679b8134272.tar.gz dotfiles-bsd-38b0919c2772bdebebc78b9b4f657679b8134272.tar.bz2 dotfiles-bsd-38b0919c2772bdebebc78b9b4f657679b8134272.tar.xz dotfiles-bsd-38b0919c2772bdebebc78b9b4f657679b8134272.tar.zst dotfiles-bsd-38b0919c2772bdebebc78b9b4f657679b8134272.zip | |
| -rw-r--r-- | .config/x11/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index d794cb8..a4c9e15 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -59,7 +59,6 @@ xset -dpms for pid in $(ps aux | grep local/bin/kb | awk '{print $2}'); do kill -9 $pid done -"$HOME"/.local/bin/kb & [ $host = "po-rbo" ] && setwp "$HOME"/pics/wp/city/5.jpg & pkill wireplumber pkill pipewire-pulse @@ -74,6 +73,7 @@ startif picom [ $host = "po-rbo" ] && startif blueman-applet cd "$HOME" xrdb "$HOME"/.config/x11/xresources +"$HOME"/.local/bin/kb & start_apps & startif fetch_sfeed herbe "welcome back, partner!" & |
