diff --git a/stumpwm/.stumpwm.d/init.lisp b/stumpwm/.stumpwm.d/init.lisp index 5830d36..d95e71d 100644 --- a/stumpwm/.stumpwm.d/init.lisp +++ b/stumpwm/.stumpwm.d/init.lisp @@ -129,7 +129,7 @@ (concatenate 'string "wal " (when light? "-l ") - "-i " image " " + "-i " (uiop:native-namestring image) " " "-o " "\"" (uiop:native-namestring "~/bin/run-wal-hooks.sh") "\""))) @@ -215,7 +215,7 @@ (set '*message-window-padding* 4) ;; Desktop background -(run-shell-command "feh --bg-scale ~/Dropbox/pictures/solarized-light-blank.png") +(run-commands "wal-light ~/Dropbox/pictures/desktop/coast.jpg") ;; Notifications via Dunst (run-shell-command "/usr/bin/dunst")