From dadc4efff2a9bd26f38614fde911702ed309383b Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Thu, 18 Nov 2021 01:52:56 +0800 Subject: [PATCH] Wallpaper now symlink. --- .config/wm_scripts/autostart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/wm_scripts/autostart.sh b/.config/wm_scripts/autostart.sh index a48f732..cb1e439 100755 --- a/.config/wm_scripts/autostart.sh +++ b/.config/wm_scripts/autostart.sh @@ -17,5 +17,5 @@ run dunst run firefox run discord run alacritty "--working-directory $HOME/" -run feh "--bg-fill $HOME/wallpaper/Loveles.jpg" +run feh "--bg-fill $HOME/wallpaper/wallpaper" [ -f "setlayout.sh" ] && ./setlayout.sh