X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=README.md;h=3ac04318f3282e7821db26b123a7d239587ae753;hb=0d2fb06d32113dbc6ddcbeebb6e759453bf47a3c;hp=73ff593ddc0ca30e359eebab87e3f8ad96683846;hpb=d6526ff5eccfa636c82614ba2c9ca09ae2b54afb;p=khome.git diff --git a/README.md b/README.md index 73ff593..3ac0431 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ Environment. Hardware -------- - Laptops: - - ThinkPad T420 + - Dell XPS 13 9300 Developer Edition + - ASUS L203M + - Purism Librem 15 v4 + - ThinkPad T400 - ThinkPad T420s - ThinkPad T570 - Monitors: @@ -17,8 +20,9 @@ Hardware - Dell 1920x1080 - Keyboard: - DREVO Tyrfing V2 -- Mouse: +- Mice: - PICTEC GEPC034AB + - Apple Mighty Mouse USB (A1152) Software @@ -91,3 +95,73 @@ Software - Desktop search: - [doodle](https://grothoff.org/christian/doodle/) +- Email + - IMAP + - [imapsync](https://imapsync.lamiral.info/) + - [isync/mbsync](http://isync.sourceforge.net/) + - [offlineimap](http://offlineimap.org/) + - Maildir + - [syncmaildir](ttp://syncmaildir.sourceforge.net) +- Wayland (if I ever decide to use it) + - notifications + - https://github.com/emersion/mako + - window manager: + - https://swaywm.org/ + - https://github.com/swaywm/sway + +Reading list +------------ +- https://wiki.archlinux.org/index.php/Xinit +- https://aur.archlinux.org/cgit/aur.git/tree/?h=xinit-xsession +- https://wiki.archlinux.org/index.php/PCManFM +- https://www.ibm.com/developerworks/library/os-xapianomega/ + +Directory tree organization +--------------------------- +An incomplete sketch. + +``` +$HOME/ + bin/ + etc/ + irc/ + lib/ + opt/ + tmp/ + usr/ + var/ + Archives/ + Audio/ + Backups/ + $machine/ + Documents/ + Image/ + Misc/ + Photos/ + $year/ + $month/ + $day/ + ?$event_name/ + Screenshots/ + Wallpapers/ + Software/ + bin/ + $vendor/ + src/ + packages/ + repos/ + remote/ + $server/ + $repo/ + tarballs/ + Video/ + Film/ + $film/ + Web/ + $server/ + Experiments/ + ${timestamp}--${experiment-name}/ + Projects/ + $project/ + Work/ +```