diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 80b636b..d06a98e 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -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)