Change fontsize
This commit is contained in:
@@ -1,7 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
|
||||||
# ~/.xinitrc
|
|
||||||
#
|
|
||||||
# Executed by startx
|
# Executed by startx
|
||||||
|
|
||||||
userresources=$HOME/.Xresources
|
userresources=$HOME/.Xresources
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
;; Font
|
;; Font
|
||||||
; default font
|
; default font
|
||||||
(set-face-attribute 'default nil :font "SFMono Nerd Font Mono" :height 140)
|
(set-face-attribute 'default nil :font "SFMono Nerd Font Mono" :height 130)
|
||||||
; more fonts
|
; more fonts
|
||||||
;(set-fontset-font t 'unicode "Source Code Pro" nil 'prepend)
|
;(set-fontset-font t 'unicode "Source Code Pro" nil 'prepend)
|
||||||
;(set-fontset-font t 'unicode "Noto Color Emoji" nil 'append)
|
;(set-fontset-font t 'unicode "Noto Color Emoji" nil 'append)
|
||||||
|
|||||||
Reference in New Issue
Block a user