]> gitweb.morketsmerke.org Git - immudex-lhe.git/commitdiff
Dodanie 'przełączenia do tła' dla polecenia ustawiającego tapetę dla środowiska immud...
authorxf0r3m <jakubstasinski@protonmail.com>
Sat, 22 Jul 2023 07:30:08 +0000 (09:30 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Sat, 22 Jul 2023 07:30:08 +0000 (09:30 +0200)
versions/base.sh

index 64a869a9542ab6c5728bc1b221f60f4f2f4b4a94..d63593a6f8f5cbc0c5c71fe3454d949060b82a51 100644 (file)
@@ -59,7 +59,7 @@ sed -i 's/debian/immudex_xdm/' /etc/X11/xdm/Xresources;
 
 mkdir -p /usr/share/images/desktop-base;
 cp -vv ~/immudex-lhe/images/${VERSION}/*.png /usr/share/images/desktop-base;
-echo "feh --no-fehbg --bg-fill /usr/share/images/desktop-base/immudex_lhe_wallpaper.png" | tee -a /etc/X11/xdm/Xsetup;
+echo "feh --no-fehbg --bg-fill /usr/share/images/desktop-base/immudex_lhe_wallpaper.png &" | tee -a /etc/X11/xdm/Xsetup;
 
 systemctl enable immudex_hostname.service;