[StumpWM] Disabled ttf-fonts since it no longer works
This commit is contained in:
parent
faabd06625
commit
53db224c09
1 changed files with 3 additions and 2 deletions
|
@ -364,8 +364,9 @@ script."
|
||||||
(define-key *root-map* (kbd "l") "switch-screen-layout")
|
(define-key *root-map* (kbd "l") "switch-screen-layout")
|
||||||
|
|
||||||
;; font configuration
|
;; font configuration
|
||||||
(load-module "ttf-fonts")
|
;; Currently disabled since the ttf-fonts module no longer works
|
||||||
(set-font (make-instance 'xft:font :family "Hack" :subfamily "Regular" :size 10))
|
;; (load-module "ttf-fonts")
|
||||||
|
;; (set-font (make-instance 'xft:font :family "Hack" :subfamily "Regular" :size 10))
|
||||||
|
|
||||||
;; window placement rules
|
;; window placement rules
|
||||||
(define-frame-preference "winkel"
|
(define-frame-preference "winkel"
|
||||||
|
|
Loading…
Reference in a new issue