Run wal on StumpWM startup
This commit is contained in:
parent
26c220f39d
commit
79f28b112a
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user