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