Skip to content

Commit

Permalink
set background in xdg defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscon committed Oct 28, 2023
1 parent 85bb1ca commit c2c0f55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions resources/xinitrc.real
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ if hash xfconf-query >/dev/null 2>&1;then
while :;do
if pgrep -f xfconfd$ > /dev/null 2>&1;then
xfconf-query -c xfwm4 -p /general/use_compositing -t bool -s false --create
xfconf-query -c xfce4-desktop -p $(xfconf-query -c xfce4-desktop -l | grep "workspace0/image-style") -s 4 --create
xfconf-query -c xfce4-desktop -p $(xfconf-query -c xfce4-desktop -l | grep "workspace0/rgba1") -t double -t double -t double -t double -s 0 -s 0 -s 0 -s 0 --create
xfconf-query -c xfce4-desktop -p $(xfconf-query -c xfce4-desktop -l | grep "workspace0/last-image") -s /home/quakeuser/background.png --create
else
sleep 1
fi
Expand Down

0 comments on commit c2c0f55

Please sign in to comment.