diff options
| author | Craig Jennings <craigmartinjennings@gmail.com> | 2023-08-11 16:08:10 -0500 |
|---|---|---|
| committer | Craig Jennings <craigmartinjennings@gmail.com> | 2023-08-11 16:08:10 -0500 |
| commit | cc2b611b187463916a06786dc37f2cc57a1840e2 (patch) | |
| tree | 75f71dc3f9e27f19ee00ba3e40cbd7b38ab4a35b /todo.org | |
| parent | feb7f2bbcc89baef61f18367e7eb8d3bdcc73cf0 (diff) | |
progress on tasks
Diffstat (limited to 'todo.org')
| -rw-r--r-- | todo.org | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -17,6 +17,9 @@ This script should pickup either from the default choices on archinstall or Arch script is based on: https://blog.timo.page/installing-arch-linux-on-zfs the only script whose steps still works from the many I've checked out. I added the actual steps that worked in assets. +** TODO [#B] HiDPI Check +Is it only steam that has issues with HiDPI? +Can we detect HiDPI and add separate settings? ** TODO [#B] Scale GTK apps consistently For instance, virtualbox is huge! is there an environment setting for that? ** TODO [#C] split .profile into profile.d with scripts @@ -34,6 +37,14 @@ can use vimix styling (there's a vimix grub theme that would match installed gtk ** TODO [#D] Detect and fix systemd-boot settings I'm seeing a default menu on launch. Experiment with optimal settings. * Resolved +** DONE [#B] Ensure Python-LSP is Installed for Emacs +https://emacs-lsp.github.io/lsp-mode/page/lsp-pylsp/ +pip install 'python-lsp-server[all]' +** DONE [#B] Add a few missing apps +- [X] gnome-calculator +- [X] alarm-clock-applet +- [X] ttf-ubraille +- [X] rlwrap (for readline - an emacs sbcl dependency) ** DONE [#C] Install dfc ** DONE [#C] Install speedtest-go ** DONE [#C] consider clipboard manager |
