summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--todo.org24
1 files changed, 22 insertions, 2 deletions
diff --git a/todo.org b/todo.org
index bbd4d88..35cc346 100644
--- a/todo.org
+++ b/todo.org
@@ -1,5 +1,25 @@
* Work Items
-** Add snapper and snap-pac to install
-** Add syncthing and configuration to install
+** 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. :)