Merged with upstream and added dotdotfiles submodule

This commit is contained in:
Marcel Kapfer (mmk2410) 2017-02-05 19:32:37 +01:00
parent 7de59678cb
commit 6bf22519ec
5 changed files with 15 additions and 3 deletions

View file

@ -61,6 +61,9 @@
;; xserver
(run-shell-command "xmodmap ~/.Xmodmap")
(run-shell-command "xrdb -merge ~/.Xresources")
;;; HiDPI stuff.
;;; TODO: Only run if required
(run-shell-command "xrdb -merge ~/.Xresources-hidpi")
;; dunst notify server
(run-shell-command "dunst")