stumpwm: set Hack as font
This commit is contained in:
parent
c56bfa3674
commit
d8b6bfb765
1 changed files with 4 additions and 1 deletions
|
@ -150,7 +150,6 @@
|
||||||
(run-commands (concatenate 'string "gselect " n))
|
(run-commands (concatenate 'string "gselect " n))
|
||||||
(echo (concatenate 'string "Switched to " n)))
|
(echo (concatenate 'string "Switched to " n)))
|
||||||
|
|
||||||
|
|
||||||
;; working with emacsclient
|
;; working with emacsclient
|
||||||
(defvar *es-win* nil
|
(defvar *es-win* nil
|
||||||
"to hold the window called emacsclient")
|
"to hold the window called emacsclient")
|
||||||
|
@ -168,6 +167,10 @@
|
||||||
|
|
||||||
(load-module "stumptray")
|
(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*)
|
(switch-layout-to *key-layout*)
|
||||||
|
|
||||||
(run-shell-command "xmodmap $HOME/.Xmodmap" t)
|
(run-shell-command "xmodmap $HOME/.Xmodmap" t)
|
||||||
|
|
Loading…
Reference in a new issue