From d8b6bfb7658fe8fc1f2fb98d37663fd3b1777b4b Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 31 Jul 2017 17:58:12 +0200 Subject: [PATCH] stumpwm: set Hack as font --- stumpwm/stumpwmrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)