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