summaryrefslogtreecommitdiff
path: root/todo.org
blob: c5d8727c60d8c29965540a253eb0f9a15301c9f8 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
* Work Items
** TODO [#B] Add Adwaita and settings for both GTK and QT
** DOING [#B] Install Test Setup via Virtualbox
** DOING [#B] ZFS installaton
*** 2023-08-08 @ 01:02:03 -0500 Separate ZFS setup into another project
This project should be independent of the ArchOnZFS project.
ArchOnZFS should setup a basic Arch similarly to the default choices on archinstall
This script should pickup either from the default choices on archinstall or ArchOnZFS script
*** 2023-05-27 @ 17:30:11 -0500 Script/Step Notes
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.
** DOING [#B] Ensure python-lsp is installed for Emacs
https://emacs-lsp.github.io/lsp-mode/page/lsp-pylsp/
pip install 'python-lsp-server[all]'
** 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] Add syncthing and configuration to install
Note https://forum.syncthing.net/t/save-power-on-battery-with-udev/2696
** TODO [#D] Detect and 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
** TODO [#D] Detect and fix systemd-boot settings
I'm seeing a default menu on launch. Experiment with optimal settings.
* Resolved
** DONE [#C] Install dfc
** DONE [#C] Install speedtest-go
** DONE [#C] consider clipboard manager

Added Parecellite

https://www.makeuseof.com/tag/6-tools-manage-linux-clipboard/
https://www.ubuntupit.com/best-open-source-clipboard-managers-for-linux/

also read here for emacs:
https://emacs.stackexchange.com/questions/766/add-operating-system-clipboard-to-kill-ring
https://emacs.stackexchange.com/questions/14453/how-to-push-system-clipboards-to-kill-ring-contents-at-real-time-when-i-copy-out
** 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. :)