Set StumpWM desktop background picture

This commit is contained in:
Jeremy Dormitzer 2020-02-21 23:32:39 -05:00
parent 2c3afe1196
commit b51deb0da1

View File

@ -81,5 +81,8 @@
(make-instance 'xft:font :family "Monaco" :subfamily "Regular" :size 12))
(set '*message-window-padding* 4)
;; Desktop background
(run-shell-command "feh --bg-scale ~/Dropbox/pictures/city-wallpaper.jpeg")
;; Notifications via Dunst
(run-shell-command "/usr/bin/dunst")