Improve markdown formatting for unrendered reading
[khome.git] / README.md
CommitLineData
76a5e4b8 1khome
e623be33 2=====
2fa0d6dc 3
d53cbd84 4Environment.
be8db0cc 5
d6526ff5 6![Screenshot on T420s](screenshot-tiling-t420s.png)
668a0dfc 7
be8db0cc 8
d53cbd84
SK
9Hardware
10--------
11- Laptops:
d21dda6f
SK
12 - Dell XPS 13 9300 Developer Edition
13 - ASUS L203M
a01daf81 14 - Purism Librem 15 v4
dcc0075e 15 - ThinkPad T400
d53cbd84
SK
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
ebb12738 23- Mice:
d53cbd84 24 - PICTEC GEPC034AB
ebb12738 25 - Apple Mighty Mouse USB (A1152)
be8db0cc 26
d53cbd84
SK
27
28Software
29--------
30
31- OS:
32 - Debian GNU/Linux 10 (Buster)
f3695a7a
SK
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:
0d37b203
SK
48 - `sxiv` (primary)
49 - `eog` (secondary)
f3695a7a
SK
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)
0d37b203
SK
82 - `elinks` (occasional)
83 - `ddgr` (occasional small web search)
f3695a7a
SK
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
d53cbd84 94### Potentially useful
f3695a7a
SK
95
96- Desktop search:
97 - [doodle](https://grothoff.org/christian/doodle/)
6356f7a2
SK
98- Email
99 - IMAP
100 - [imapsync](https://imapsync.lamiral.info/)
101 - [isync/mbsync](http://isync.sourceforge.net/)
102 - [offlineimap](http://offlineimap.org/)
103 - Maildir
104 - [syncmaildir](ttp://syncmaildir.sourceforge.net)
105- Wayland (if I ever decide to use it)
106 - notifications
107 - https://github.com/emersion/mako
108 - window manager:
109 - https://swaywm.org/
110 - https://github.com/swaywm/sway
4cdb26d1
SK
111
112Reading list
113------------
114- https://wiki.archlinux.org/index.php/Xinit
115- https://aur.archlinux.org/cgit/aur.git/tree/?h=xinit-xsession
116- https://wiki.archlinux.org/index.php/PCManFM
d18b85ac 117- https://www.ibm.com/developerworks/library/os-xapianomega/
7bbdbc1b
SK
118
119Directory tree organization
120---------------------------
121An incomplete sketch.
122
123```
46ec8c09
SK
124$HOME/
125 bin/
126 etc/
127 irc/
128 lib/
129 opt/
130 tmp/
131 usr/
132 var/
133 Archives/
134 Audio/
135 Backups/
136 $machine/
137 Documents/
138 Image/
139 Misc/
140 Photos/
141 $year/
142 $month/
143 $day/
144 ?$event_name/
145 Screenshots/
146 Wallpapers/
147 Software/
148 bin/
149 $vendor/
150 src/
151 packages/
152 repos/
153 remote/
154 $server/
155 $repo/
156 tarballs/
157 Video/
158 Film/
159 $film/
160 Web/
161 $server/
162 Experiments/
163 ${timestamp}--${experiment-name}/
164 Projects/
165 $project/
166 Work/
7bbdbc1b 167```
This page took 0.046234 seconds and 4 git commands to generate.