Browse Source

Fix font size on high dpi screen

main
parent
commit
9fadc758d3
  1. 4
      README.org
  2. 2
      hosts/acernitro.el

4
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

2
hosts/acernitro.el

@ -1,3 +1,3 @@
(setq dotfiles/browser "firefox")
(setq dotfiles/font-size 196)
(setq dotfiles/font-size 144)
Loading…
Cancel
Save