|
@@ -1,17 +1,9 @@
|
|
|
|
|
|
# todo
|
|
|
|
|
|
-- verify `user-dirs.conf` works without running `xdg-user-dirs-update --set` commands
|
|
|
+- fix `setup/install.sh` to either parameterize or ask which disk is the primary
|
|
|
|
|
|
-- verify `bluetoothctl` works (_requires a system with a bluetooth adapter_)
|
|
|
-
|
|
|
-- investigate `laptop-mode-tools` configuration (_on an actual laptop_)
|
|
|
- - modify `panel_items = LTSCB` in `~/.config/tint2/tint2rc` for displaying battery
|
|
|
-
|
|
|
-- verify `locale-gen` with `ja_JP.UTF-8` works without any problems
|
|
|
- - test `fcitx-mozc` or alternatives for GUI selection and IME support
|
|
|
-
|
|
|
-- enhance `setup/install.sh` to parameterize or ask for the main disk
|
|
|
+- fix `arch.sh` to replace hard-coded `/dev/sda` when setting up `bootctl`
|
|
|
|
|
|
- enhance `setup/install.sh` such that it can intelligently size swap
|
|
|
- detect if laptop (`pacman -S dmidecode`) or ask if user wishes to enable hibernation
|
|
@@ -23,6 +15,12 @@
|
|
|
- if total < 6G use 200%
|
|
|
- else use 100% + 2G
|
|
|
|
|
|
+- verify `locale-gen` with `ja_JP.UTF-8` works without any problems
|
|
|
+ - test `fcitx-mozc` or alternatives for GUI selection and IME support
|
|
|
+
|
|
|
+- investigate `laptop-mode-tools` configuration (_on an actual laptop_)
|
|
|
+ - modify `panel_items = LTSCB` in `~/.config/tint2/tint2rc` for displaying battery
|
|
|
+
|
|
|
- consider adding `https://aur.archlinux.org/packages/yay/` to the installed AUR packages
|
|
|
|
|
|
- investigate `libfm` and `pcmanfm` enhancements
|