Skip to content

Commit

Permalink
Use proper truetype font.
Browse files Browse the repository at this point in the history
  • Loading branch information
fare committed Feb 19, 2017
1 parent 92d0600 commit 65086d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fare-stumpwm.asd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:license "MIT or bugroff"
:author "Francois-Rene Rideau"
:version "0.0.1"
:depends-on ("stumpwm" "fare-scripts" "local-time")
:depends-on ("stumpwm" "fare-scripts" "local-time" "ttf-fonts")
:components
((:file "general")
(:file "commands")
Expand Down
6 changes: 4 additions & 2 deletions general.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@
(defun fare-defaults ()
(set-focus-color "#00FF00")
(set-unfocus-color "#000000")
(set-font "-xos4-terminus-medium-r-normal--12-120-72-72-c-60-iso8859-9")
;;(set-font "-*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*")
(set-font "-xos4-terminus-medium-r-normal--12-320-72-72-c-60-iso8859-1")
(set-font "-*-proggyclean-*-*-*-*-*-320-*-*-*-*-*-*")
(set-font "-*-lucidatypewriter-*-*-*-*-*-400-*-*-*-*-*-*")
(set-font (make-instance 'xft:font :family "CMU Typewriter Text" :subfamily "Regular" :size 36))
nil)

(register-stumpwm-start-hook 'fare-defaults)
Expand Down

0 comments on commit 65086d4

Please sign in to comment.
  NODES
COMMUNITY 1
Idea 1
idea 1
Note 1
Project 3
USERS 1