X-Git-Url: https://git.xandkar.net/?p=khome.git;a=blobdiff_plain;f=README.md;h=855461cba6514d097fdf492c04e6f0aa698af176;hp=3eb852fa341e26a1699c2c7cbf0077f10f98dce3;hb=8ad306948567713ad75fabaf4ab0948137d26430;hpb=f3695a7a999f44c03dbe445930b24f198fe86917 diff --git a/README.md b/README.md index 3eb852f..855461c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,35 @@ khome ===== -Environment. Currently in use on Debian 10 (Buster). +Environment. +![Screenshot on T420s](screenshot-tiling-t420s.png) -Use cases ---------- +Hardware +-------- +- Laptops: + - Dell XPS 13 9300 Developer Edition + - ASUS L203M + - Purism Librem 15 v4 + - ThinkPad T400 + - ThinkPad T420s + - ThinkPad T570 +- Monitors: + - Asus ROG PG348Q 34" 3440 x 1440 + - Dell 1920x1080 +- Keyboard: + - DREVO Tyrfing V2 +- Mice: + - PICTEC GEPC034AB + - Apple Mighty Mouse USB (A1152) + + +Software +-------- + +- OS: + - Debian GNU/Linux 10 (Buster) - Dictionary: - `dict` - File browsing: @@ -22,7 +45,8 @@ Use cases - Editing: - `gimp` - Viewing: - - `sxiv` + - `sxiv` (primary) + - `eog` (secondary) - Music: - Local: - `ripit` (rip CDs) @@ -55,7 +79,8 @@ Use cases - Web browsing: - `qutebrowser` (primary) - `chromium` (fallback) - - `elinks` + - `elinks` (occasional) + - `ddgr` (occasional small web search) - X - `dwm` - `khatus` (currently x2) @@ -66,8 +91,64 @@ Use cases - `hsetroot` (background color) - `feh` (background image) -Potentially useful ------------------- +### Potentially useful - Desktop search: - [doodle](https://grothoff.org/christian/doodle/) + +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/ +```