stumpwm: set Hack as font

This commit is contained in:
Marcel Kapfer 2017-07-31 17:58:12 +02:00
parent c56bfa3674
commit d8b6bfb765
1 changed files with 4 additions and 1 deletions

View File

@ -150,7 +150,6 @@
(run-commands (concatenate 'string "gselect " n))
(echo (concatenate 'string "Switched to " n)))
;; working with emacsclient
(defvar *es-win* nil
"to hold the window called emacsclient")
@ -168,6 +167,10 @@
(load-module "stumptray")
;; font configuration
(load-module "ttf-fonts")
(set-font (make-instance 'xft:font :family "Hack" :subfamily "Regular" :size 30))
(switch-layout-to *key-layout*)
(run-shell-command "xmodmap $HOME/.Xmodmap" t)