Some cosmetic changes
This commit is contained in:
parent
3bef1afe18
commit
fe66f0f03e
@ -78,11 +78,11 @@
|
|||||||
(load-module "ttf-fonts")
|
(load-module "ttf-fonts")
|
||||||
(xft:cache-fonts)
|
(xft:cache-fonts)
|
||||||
(set-font
|
(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)
|
(set '*message-window-padding* 4)
|
||||||
|
|
||||||
;; Desktop background
|
;; 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
|
;; Notifications via Dunst
|
||||||
(run-shell-command "/usr/bin/dunst")
|
(run-shell-command "/usr/bin/dunst")
|
||||||
|
Loading…
Reference in New Issue
Block a user