update to support changes made in master

This commit is contained in:
speedie 2022-11-25 20:56:33 +01:00
parent c3cc2eda74
commit db4ff39678
2 changed files with 2 additions and 3 deletions

View file

@ -15,7 +15,6 @@ Xephyr -screen 1024x768 :80 &
sleep 1 sleep 1
export DISPLAY=:80 export DISPLAY=:80
speedwm_run -f speedwm
~/.config/speedwm/swal/swal_wm
killall Xephyr killall Xephyr

View file

@ -316,7 +316,7 @@ SWAL_EXPORT_SCRIPT_WAL()
rm -f $SWAL_EXPORTDIR/CurrentWallpaper ; ln -s "$SWAL_WALLPAPERDIR/$SWAL_SELWALLPAPER" $SWAL_EXPORTDIR/CurrentWallpaper rm -f $SWAL_EXPORTDIR/CurrentWallpaper ; ln -s "$SWAL_WALLPAPERDIR/$SWAL_SELWALLPAPER" $SWAL_EXPORTDIR/CurrentWallpaper
command -v wal > /dev/null && wal -nqi "$SWAL_WALLPAPERDIR/$SWAL_SELWALLPAPER" command -v wal > /dev/null && wal -nqi "$SWAL_WALLPAPERDIR/$SWAL_SELWALLPAPER"
command -v speedwm_run > /dev/null && speedwm_run -rnoloadcolors libspeedwm --perform core_wm_reload
# run script # run script
if [ -e "$SWAL_EXPORTDIR/postrun.sh" ]; then if [ -e "$SWAL_EXPORTDIR/postrun.sh" ]; then