diff --git a/stumpwm/.stumpwm.d/init.lisp b/stumpwm/.stumpwm.d/init.lisp index 394d9e3..e0c52ea 100644 --- a/stumpwm/.stumpwm.d/init.lisp +++ b/stumpwm/.stumpwm.d/init.lisp @@ -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")