Change fontsize

This commit is contained in:
Marco Thomas
2021-07-25 01:00:43 +02:00
parent d6d3537685
commit e74db35bcc
2 changed files with 1 additions and 4 deletions

View File

@@ -1,7 +1,4 @@
#!/bin/bash
#
# ~/.xinitrc
#
# Executed by startx
userresources=$HOME/.Xresources

View File

@@ -64,7 +64,7 @@
;; 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
;(set-fontset-font t 'unicode "Source Code Pro" nil 'prepend)
;(set-fontset-font t 'unicode "Noto Color Emoji" nil 'append)