I showed you my source code, pls respond
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.1 KiB

  1. #+TITLE: Acernitro
  2. #+AUTHOR: Christopher James Hayward
  3. #+EMAIL: chris@chrishayward.xyz
  4. #+PROPERTY: header-args:emacs-lisp :tangle acernitro.el :comments org
  5. #+PROPERTY: header-args :results silent :eval no-export :comments org
  6. #+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil
  7. #+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil
  8. The first real hardware to deploy this configuration on. It's an *Acer Nitro AN-515*[fn:1] with the *NVIDIA / Intel Hybrid Graphics Card*[fn:2], which is honestly a pain in the ass to deal with. Due to the issues I encountered with this hardware setup, I opted for *easy mode* and installed *Ubuntu 20.04 LTS*[fn:3], setting up the drivers, and then ripping away everything I didn't need.
  9. * Options
  10. + Set the browser manually
  11. + Set the language to Canadian english
  12. + Increase the font size for the high DPI screen
  13. #+begin_src emacs-lisp
  14. (setq dotfiles/browser "firefox"
  15. dotfiles/language "en_CA"
  16. dotfiles/font-size 132)
  17. #+end_src
  18. * Resources
  19. [fn:1] Acer Nitro AN-515
  20. [fn:2] NVIDIA / Intel iGPU
  21. [fn:3] Ubuntu 20.04 LTS