From cd1906bb718e2c8e33981314b4745d3737550ea4 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sun, 5 Apr 2020 10:57:32 -0400 Subject: [PATCH] Use previous desktop background --- stumpwm/.stumpwm.d/init.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stumpwm/.stumpwm.d/init.lisp b/stumpwm/.stumpwm.d/init.lisp index 8b3c06f..c5673cd 100644 --- a/stumpwm/.stumpwm.d/init.lisp +++ b/stumpwm/.stumpwm.d/init.lisp @@ -217,8 +217,7 @@ ;; Desktop background (if (probe-file "~/.cache/wal") (run-shell-command (format nil "wal -R -o \"~A\"" - (uiop:native-namestring "~/bin/run-wal-hooks.sh"))) - (run-wal "~/Dropbox/pictures/desktop/field.jpg" t)) + (uiop:native-namestring "~/bin/run-wal-hooks.sh")))) ;; Notifications via Dunst (run-shell-command "/usr/bin/dunst")