Ignore build artifact
[khome.git] / README.md
index 683ddd4..855461c 100644 (file)
--- a/README.md
+++ b/README.md
-khata
+khome
 =====
 
-Home environment. Currently in use on Debian Buster.
+Environment.
 
-![mascot](mascot.jpg)
+![Screenshot on T420s](screenshot-tiling-t420s.png)
 
 
-Potentially useful software
+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:
+    - `ls` and `tree` (primary)
+    - `pcmanfm` (secondary)
+    - `ranger` (occasional)
+    - `nnn` (occasional)
+- IRC:
+    - `ii`
+    - `ii-tools`
+- Multimedia:
+    - Image:
+        - Editing:
+            - `gimp`
+        - Viewing:
+            - `sxiv` (primary)
+            - `eog` (secondary)
+    - Music:
+        - Local:
+            - `ripit` (rip CDs)
+            - `mpd`
+            - `mpc`
+            - `ncmpcpp`
+            - `ncmpc` (to delete from playlist, which doesn't work in `ncmpcpp`)
+        - Streaming:
+            - [soma fm](http://somafm.com/) (primary) (via `mpd`)
+            - `spotify` (occasional)
+    - Video:
+        - `mpv`
+        - `mplayer`
+        - `vlc`
+- PDF:
+    - `okular`
+    - `mupdf`
+    - `pdftotext`
+- Search:
+    - `locate`
+    - `find`
+    - `grep`
+- Terminal:
+    - `st`
+    - `tmux`
+    - `zsh`
+- Text editing:
+    - `vim`
+    - `gvim`
+- Web browsing:
+    - `qutebrowser` (primary)
+    - `chromium` (fallback)
+    - `elinks` (occasional)
+    - `ddgr` (occasional small web search)
+- X
+    - `dwm`
+    - `khatus` (currently x2)
+    - `dunst`
+    - `compton`
+    - `xscreensaver`
+    - `xbindkeys`
+    - `hsetroot` (background color)
+    - `feh` (background image)
+
+### 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.
 
-### Desktop search
-- https://grothoff.org/christian/doodle/
+```
+$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/
+```
This page took 0.031307 seconds and 4 git commands to generate.