|
@@ -1,12 +1,11 @@
|
|
|
|
|
|
# todo
|
|
|
|
|
|
-- Continue to test and get packer to work correctly; _do not block the new rig installation though_
|
|
|
-- Use the latest successful packer build to try out `sway` and `wayland` packages as an alternative to openbox.
|
|
|
+- Replace PACKER env var with auto-detection via `[ $(dmidecode | grep -c VirtualBox) -gt 0 ]`
|
|
|
|
|
|
-- try and figure out how to add `ctrl+c` support to the getty login (_like debian_)
|
|
|
+- Use the latest successful packer build to try out `sway` and `wayland` packages as an alternative to openbox.
|
|
|
|
|
|
-- determine whether we can detect "hidpi" without xserver to automate configuration
|
|
|
+- Research whether we can add SIGINT support to terminal login (like Debian) to cancel quickly after typo
|
|
|
|
|
|
- determine whether we can fully automate laptop configuration
|
|
|
- _for example setting `panel_items = LTSCB` in `~/.config/tint2/tint2rc` to display battery power_
|