diff options
author | joe <rbo@gmx.us> | 2025-10-07 14:58:09 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-07 14:58:09 +0200 |
commit | 183eb534cdf1623053ff8bdeea7eacdbbfb792e3 (patch) | |
tree | fa936c289cbc9e2d901dc47f5d32ba31c277c2c3 /.config/x11/xinitrc | |
parent | up (diff) | |
download | dotfiles-bsd-183eb534cdf1623053ff8bdeea7eacdbbfb792e3.tar.gz dotfiles-bsd-183eb534cdf1623053ff8bdeea7eacdbbfb792e3.tar.bz2 dotfiles-bsd-183eb534cdf1623053ff8bdeea7eacdbbfb792e3.tar.xz dotfiles-bsd-183eb534cdf1623053ff8bdeea7eacdbbfb792e3.tar.zst dotfiles-bsd-183eb534cdf1623053ff8bdeea7eacdbbfb792e3.zip |
up
Diffstat (limited to '.config/x11/xinitrc')
-rw-r--r-- | .config/x11/xinitrc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 4c856a5..5463649 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -40,10 +40,14 @@ dunst_shit() { for pid in $(ps aux | grep local/bin/kb | awk '{print $2}'); do kill -9 $pid done - feh --no-fehbg --image-bg '#1d2021' --bg-fill \ + [ $host = "mother" ] && + feh --no-fehbg --image-bg '#1d2021' --bg-fill \ "$HOME"/pics/2.jpg \ "$HOME"/pics/1.jpg \ "$HOME"/pics/3.jpg + [ $host = "po-rbo" ] && + feh --no-fehbg --image-bg '#1d2021' --no-xinerama \ + --bg-center "$HOME"/pics/wp.jpg # "$HOME"/.local/bin/setwp "$HOME"/pics/wp/city "$HOME"/.local/bin/kb & } |