Use previous desktop background

This commit is contained in:
Jeremy Dormitzer 2020-04-05 10:57:32 -04:00
parent ddabfec7ac
commit cd1906bb71

View File

@ -217,8 +217,7 @@
;; Desktop background ;; Desktop background
(if (probe-file "~/.cache/wal") (if (probe-file "~/.cache/wal")
(run-shell-command (format nil "wal -R -o \"~A\"" (run-shell-command (format nil "wal -R -o \"~A\""
(uiop:native-namestring "~/bin/run-wal-hooks.sh"))) (uiop:native-namestring "~/bin/run-wal-hooks.sh"))))
(run-wal "~/Dropbox/pictures/desktop/field.jpg" t))
;; Notifications via Dunst ;; Notifications via Dunst
(run-shell-command "/usr/bin/dunst") (run-shell-command "/usr/bin/dunst")