summaryrefslogtreecommitdiff
path: root/todo.org
blob: 35cc34629301a21a144b11a10d82aa54f5beeb27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
* Work Items
** TODO Scale GTK apps consistently
For instance, virtualbox is huge! is there an environment setting?
** TODO Add syncthing and configuration to install
Note https://forum.syncthing.net/t/save-power-on-battery-with-udev/2696
** TODO Add script/s to install ZFS root on 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.
and ensure that there's nothing in archsetup that would conflict if a different filesystem were used.
** TODO Add zfs snapshot utility
** TODO Fix grub sizing/styling
Should be much larger, say 1280x or something?
can use vimix styling (there's a vimix grub theme that would match installed gtk/icons/cursor theme
* Resolved
** DONE Fix fonts on Firefox issue
What fonts are missing such that Firefox looks so bad after install?
*** Reproduction:
- Go through full install
- View in Firefox:  https://www.reddit.com/r/hyprland/comments/12a09sa/how_to_get_consistent_scaling_across_gtk_apps_on/
*** 2023-05-04 @ 16:46:12 -0500 Installed MS Fonts
Looks like
font:x-small verdana,arial,helvetica,sans-serif;
from: https://www.reddit.com/r/AskReddit/comments/cvml6/does_anyone_know_what_the_default_font_for_reddit/
*** 2023-05-04 @ 16:46:22 -0500 Tested
All I needed to do was install and reload the page. :)