Update dir layout
[khome.git] / README.md
1 khome
2 =====
3
4 Environment.
5
6 ![Screenshot on T420s](screenshot-tiling-t420s.png)
7
8
9 Hardware
10 --------
11 - Laptops:
12 - Purism Librem 15 v4
13 - ThinkPad T400
14 - ThinkPad T420s
15 - ThinkPad T570
16 - Monitors:
17 - Asus ROG PG348Q 34" 3440 x 1440
18 - Dell 1920x1080
19 - Keyboard:
20 - DREVO Tyrfing V2
21 - Mice:
22 - PICTEC GEPC034AB
23 - Apple Mighty Mouse USB (A1152)
24
25
26 Software
27 --------
28
29 - OS:
30 - Debian GNU/Linux 10 (Buster)
31 - Dictionary:
32 - `dict`
33 - File browsing:
34 - `ls` and `tree` (primary)
35 - `pcmanfm` (secondary)
36 - `ranger` (occasional)
37 - `nnn` (occasional)
38 - IRC:
39 - `ii`
40 - `ii-tools`
41 - Multimedia:
42 - Image:
43 - Editing:
44 - `gimp`
45 - Viewing:
46 - `sxiv` (primary)
47 - `eog` (secondary)
48 - Music:
49 - Local:
50 - `ripit` (rip CDs)
51 - `mpd`
52 - `mpc`
53 - `ncmpcpp`
54 - `ncmpc` (to delete from playlist, which doesn't work in `ncmpcpp`)
55 - Streaming:
56 - [soma fm](http://somafm.com/) (primary) (via `mpd`)
57 - `spotify` (occasional)
58 - Video:
59 - `mpv`
60 - `mplayer`
61 - `vlc`
62 - PDF:
63 - `okular`
64 - `mupdf`
65 - `pdftotext`
66 - Search:
67 - `locate`
68 - `find`
69 - `grep`
70 - Terminal:
71 - `st`
72 - `tmux`
73 - `zsh`
74 - Text editing:
75 - `vim`
76 - `gvim`
77 - Web browsing:
78 - `qutebrowser` (primary)
79 - `chromium` (fallback)
80 - `elinks` (occasional)
81 - `ddgr` (occasional small web search)
82 - X
83 - `dwm`
84 - `khatus` (currently x2)
85 - `dunst`
86 - `compton`
87 - `xscreensaver`
88 - `xbindkeys`
89 - `hsetroot` (background color)
90 - `feh` (background image)
91
92 ### Potentially useful
93
94 - Desktop search:
95 - [doodle](https://grothoff.org/christian/doodle/)
96
97 Reading list
98 ------------
99 - https://wiki.archlinux.org/index.php/Xinit
100 - https://aur.archlinux.org/cgit/aur.git/tree/?h=xinit-xsession
101 - https://wiki.archlinux.org/index.php/PCManFM
102 - https://www.ibm.com/developerworks/library/os-xapianomega/
103
104 Directory tree organization
105 ---------------------------
106 An incomplete sketch.
107
108 ```
109 $HOME/
110 bin/
111 etc/
112 irc/
113 lib/
114 opt/
115 tmp/
116 usr/
117 var/
118 Archives/
119 Audio/
120 Backups/
121 $machine/
122 Documents/
123 Image/
124 Misc/
125 Photos/
126 $year/
127 $month/
128 $day/
129 ?$event_name/
130 Screenshots/
131 Wallpapers/
132 Software/
133 bin/
134 $vendor/
135 src/
136 packages/
137 repos/
138 remote/
139 $server/
140 $repo/
141 tarballs/
142 Video/
143 Film/
144 $film/
145 Web/
146 $server/
147 Experiments/
148 ${timestamp}--${experiment-name}/
149 Projects/
150 $project/
151 Work/
152 ```
This page took 0.064899 seconds and 5 git commands to generate.