Browse Source

Update host configuration

main
parent
commit
2e0285dddb
  1. 21
      hosts/localhost.org

21
hosts/localhost.org

@ -8,23 +8,26 @@
#+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil #+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil
#+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil #+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil
My phone! This is running on a *TTY* or through *VNC* on *Termux*[fn:1]. It's pretty bare-bones but it's Org-mode in your pocket!
Emacs on Android via Termux[fn:1].
* Issues
* Config
+ Android devices do not use the Linux hostname
+ Setting a custom hostname is impossible
Increase the default font size to accomodate the smaller screen size.
* Options
#+begin_src emacs-lisp
(setq dotfiles/font-size 132)
#+end_src
+ Increase font size for small phone screen
+ Clear ~dotfiles/modules~ and add one by one
** Disable modules
Many modules simply do not run under Termux[fn:1].
#+begin_src emacs-lisp #+begin_src emacs-lisp
(setq dotfiles/font-size 132
dotfiles/modules '())
(delete 'x11 dotfiles/modules) ;; TODO Create VNC module.
(delete 'exwm dotfiles/modules) ;; Cannot run EXWM without X11.
#+end_src #+end_src
* Footnotes * Footnotes
[fn:1] https://wiki.termux.com [fn:1] https://wiki.termux.com
Loading…
Cancel
Save