From 9fadc758d3800453717840cd10c25eef250dd07b Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 4 Feb 2021 23:13:31 -0500 Subject: [PATCH] Fix font size on high dpi screen --- README.org | 4 ++-- hosts/acernitro.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 2e1f872..497cca5 100644 --- a/README.org +++ b/README.org @@ -186,7 +186,7 @@ Remove the ~desktop~ module, since we're running on android. (delete 'desktop dotfiles/modules) #+end_src -** Laptop (acernitro) +** Laptop (Acernitro) :PROPERTIES: :header-args: :tangle hosts/acernitro.el :END: @@ -200,7 +200,7 @@ Use ~firefox~ as a web browser. This machine has a screen with a very high =DPI=, requiring modification to ~dotfiles/font-size~. #+begin_src emacs-lisp -(setq dotfiles/font-size 196) +(setq dotfiles/font-size 144) #+end_src * Modules diff --git a/hosts/acernitro.el b/hosts/acernitro.el index 455bfff..fc7cadd 100644 --- a/hosts/acernitro.el +++ b/hosts/acernitro.el @@ -1,3 +1,3 @@ (setq dotfiles/browser "firefox") -(setq dotfiles/font-size 196) +(setq dotfiles/font-size 144)