TODO.org: Update project TODOs

This commit is contained in:
Collin J. Doering 2022-10-31 23:52:33 -04:00
parent 9f746adc70
commit 34d77bcd32
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 9 additions and 8 deletions

View File

@ -6,7 +6,7 @@
* Dotfiles
** ARCHIVE :ARCHIVE:
** DOING Move all user-config to be managed by GNU guix instead of GNU stow [75%]
** DOING Move all user-config to be managed by GNU guix instead of GNU stow [79%]
- State "DOING" from "TODO" [2022-10-08 Sat 21:43]
- [X] [[file:user-config/alacritty/.config][alacritty]]
@ -27,20 +27,20 @@
- [X] +[[file:user-config/redshift][redshift]]+ (this is not needed as redshift is already configured via guix home service)
- [X] [[file:user-config/rofi][rofi]]
- [X] [[file:user-config/rofi-pass][rofi-pass]]
- [ ] REMOVE]
- [ ] [[file:user-config/mpd][mpd]] - likely not needed as I now use plex instead 😭
- [ ] [[file:user-config/shepherd][shepherd]] - have to look into this (shepherd services should now be managed with guix-home)
- [ ] [[file:user-config/sway][sway]] - has xdg-configuration-file as well as binary in .bin
- [X] REMOVE
- [X] [[file:user-config/mpd][mpd]] - likely not needed as I now use plex instead 😭
- [X] [[file:user-config/shepherd][shepherd]] - have to look into this (shepherd services should now be managed with guix-home)
- [ ] [[file:user-config/sway][sway]] - has xdg-configuration-file as well as script in .bin
- [X] [[file:user-config/tmux][tmux]]
- [X] [[file:user-config/wofi][wofi]]
- [ ] [[file:user-config/xmonad][xmonad]] - more complicated (technically compilation should only happen when the guix home profile is built..)
- [ ] [[file:user-config/xorg][xorg]] - files and a binary in .bin (binary is startx replacement, likely can be done
- [ ] [[file:user-config/xorg][xorg]] - files and a script in .bin (script is startx replacement, likely can be done
better (there is a function to help with this somewhere in guix))
- [X] [[file:user-config/zathura][zathura]]
- [X] [[file:user-config/zsh][zsh
]]
** TODO Setup ~xss-lock~ to use the ~--transfer-sleep-lock~ option
DEADLINE: <2022-10-28 Fri>
DEADLINE: <2022-11-05 Sat>
From the ~xss-lock~ manual:
@ -54,5 +54,6 @@ From the ~xss-lock~ manual:
fer-sleep-lock-*.sh.
#+end_quote
Take a look at ~$(guix build xss-lock)/share/doc/xss-lock/transfer-sleep-lock-i3lock.sh~
Take a look at [[elisp:(find-file (shell-command-to-string "echo -n $(guix build xss-lock)/share/doc/xss-lock/transfer-sleep-lock-i3lock.sh"))][$(guix build xss-lock)/share/doc/xss-lock/transfer-sleep-lock-i3lock.sh]].
** TODO Setup [[https://github.com/languitar/pass-git-helper][pass-git-helper]] so http/s git and 'git send-email' credentials can be safely stored