diff options
author | joe <rbo@gmx.us> | 2025-10-08 00:03:20 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-08 00:03:20 +0200 |
commit | c2d4bc8108dec7ba471d7b8a2e21b0c742b1b338 (patch) | |
tree | 7cefcbc0d79088fbcc567d5ca5e0f6a7bd19cee5 /.config/x11 | |
parent | up (diff) | |
download | dotfiles-bsd-c2d4bc8108dec7ba471d7b8a2e21b0c742b1b338.tar.gz dotfiles-bsd-c2d4bc8108dec7ba471d7b8a2e21b0c742b1b338.tar.bz2 dotfiles-bsd-c2d4bc8108dec7ba471d7b8a2e21b0c742b1b338.tar.xz dotfiles-bsd-c2d4bc8108dec7ba471d7b8a2e21b0c742b1b338.tar.zst dotfiles-bsd-c2d4bc8108dec7ba471d7b8a2e21b0c742b1b338.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/x11/xinitrc | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 5463649..02d95d9 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -40,15 +40,8 @@ dunst_shit() { for pid in $(ps aux | grep local/bin/kb | awk '{print $2}'); do kill -9 $pid done - [ $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 + [ $host = "po-rbo" ] && feh --no-fehbg --image-bg '#1d2021' \ + --no-xinerama --bg-center "$HOME"/pics/wp.jpg "$HOME"/.local/bin/kb & } |