diff --git a/stumpwm/.stumpwm.d/init.lisp b/stumpwm/.stumpwm.d/init.lisp index e0c52ea..8869c39 100644 --- a/stumpwm/.stumpwm.d/init.lisp +++ b/stumpwm/.stumpwm.d/init.lisp @@ -78,11 +78,11 @@ (load-module "ttf-fonts") (xft:cache-fonts) (set-font - (make-instance 'xft:font :family "Monaco" :subfamily "Regular" :size 12)) + (make-instance 'xft:font :family "IBM Plex Mono" :subfamily "Regular" :size 12)) (set '*message-window-padding* 4) ;; Desktop background -(run-shell-command "feh --bg-scale ~/Dropbox/pictures/city-wallpaper.jpeg") +(run-shell-command "feh --bg-scale \"/home/jdormit/Dropbox/pictures/desktop/$(ls /home/jdormit/Dropbox/pictures/desktop | shuf -n 1)\"") ;; Notifications via Dunst (run-shell-command "/usr/bin/dunst")