Run wal on StumpWM startup

This commit is contained in:
Jeremy Dormitzer 2020-03-29 23:56:20 -04:00
parent 26c220f39d
commit 79f28b112a

View File

@ -129,7 +129,7 @@
(concatenate 'string (concatenate 'string
"wal " "wal "
(when light? "-l ") (when light? "-l ")
"-i " image " " "-i " (uiop:native-namestring image) " "
"-o " "-o "
"\"" (uiop:native-namestring "~/bin/run-wal-hooks.sh") "\""))) "\"" (uiop:native-namestring "~/bin/run-wal-hooks.sh") "\"")))
@ -215,7 +215,7 @@
(set '*message-window-padding* 4) (set '*message-window-padding* 4)
;; Desktop background ;; 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 ;; Notifications via Dunst
(run-shell-command "/usr/bin/dunst") (run-shell-command "/usr/bin/dunst")