Commit | Line | Data |
---|---|---|
76a5e4b8 | 1 | khome |
e623be33 | 2 | ===== |
2fa0d6dc | 3 | |
d53cbd84 | 4 | Environment. |
be8db0cc | 5 | |
d6526ff5 | 6 | ![Screenshot on T420s](screenshot-tiling-t420s.png) |
668a0dfc | 7 | |
be8db0cc | 8 | |
d53cbd84 SK |
9 | Hardware |
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: |
06cb5310 | 24 | - Kensington SlimBlade Trackball |
d53cbd84 | 25 | - PICTEC GEPC034AB |
ebb12738 | 26 | - Apple Mighty Mouse USB (A1152) |
be8db0cc | 27 | |
d53cbd84 SK |
28 | |
29 | Software | |
30 | -------- | |
31 | ||
32 | - OS: | |
33 | - Debian GNU/Linux 10 (Buster) | |
06cb5310 SK |
34 | - Ubuntu 18.04 |
35 | - Mac OS X 14 | |
f3695a7a SK |
36 | - Dictionary: |
37 | - `dict` | |
38 | - File browsing: | |
39 | - `ls` and `tree` (primary) | |
40 | - `pcmanfm` (secondary) | |
41 | - `ranger` (occasional) | |
42 | - `nnn` (occasional) | |
43 | - IRC: | |
44 | - `ii` | |
45 | - `ii-tools` | |
46 | - Multimedia: | |
47 | - Image: | |
48 | - Editing: | |
49 | - `gimp` | |
50 | - Viewing: | |
0d37b203 SK |
51 | - `sxiv` (primary) |
52 | - `eog` (secondary) | |
f3695a7a SK |
53 | - Music: |
54 | - Local: | |
55 | - `ripit` (rip CDs) | |
56 | - `mpd` | |
57 | - `mpc` | |
58 | - `ncmpcpp` | |
59 | - `ncmpc` (to delete from playlist, which doesn't work in `ncmpcpp`) | |
60 | - Streaming: | |
61 | - [soma fm](http://somafm.com/) (primary) (via `mpd`) | |
62 | - `spotify` (occasional) | |
63 | - Video: | |
64 | - `mpv` | |
65 | - `mplayer` | |
66 | - `vlc` | |
67 | - PDF: | |
68 | - `okular` | |
69 | - `mupdf` | |
70 | - `pdftotext` | |
71 | - Search: | |
72 | - `locate` | |
73 | - `find` | |
74 | - `grep` | |
75 | - Terminal: | |
76 | - `st` | |
77 | - `tmux` | |
78 | - `zsh` | |
79 | - Text editing: | |
80 | - `vim` | |
81 | - `gvim` | |
82 | - Web browsing: | |
83 | - `qutebrowser` (primary) | |
84 | - `chromium` (fallback) | |
0d37b203 SK |
85 | - `elinks` (occasional) |
86 | - `ddgr` (occasional small web search) | |
f3695a7a SK |
87 | - X |
88 | - `dwm` | |
89 | - `khatus` (currently x2) | |
90 | - `dunst` | |
91 | - `compton` | |
92 | - `xscreensaver` | |
93 | - `xbindkeys` | |
94 | - `hsetroot` (background color) | |
95 | - `feh` (background image) | |
96 | ||
d53cbd84 | 97 | ### Potentially useful |
f3695a7a SK |
98 | |
99 | - Desktop search: | |
100 | - [doodle](https://grothoff.org/christian/doodle/) | |
6356f7a2 SK |
101 | |
102 | - IMAP | |
103 | - [imapsync](https://imapsync.lamiral.info/) | |
104 | - [isync/mbsync](http://isync.sourceforge.net/) | |
105 | - [offlineimap](http://offlineimap.org/) | |
106 | - Maildir | |
107 | - [syncmaildir](ttp://syncmaildir.sourceforge.net) | |
108 | - Wayland (if I ever decide to use it) | |
109 | - notifications | |
110 | - https://github.com/emersion/mako | |
111 | - window manager: | |
112 | - https://swaywm.org/ | |
113 | - https://github.com/swaywm/sway | |
4cdb26d1 SK |
114 | |
115 | Reading list | |
116 | ------------ | |
117 | - https://wiki.archlinux.org/index.php/Xinit | |
118 | - https://aur.archlinux.org/cgit/aur.git/tree/?h=xinit-xsession | |
119 | - https://wiki.archlinux.org/index.php/PCManFM | |
d18b85ac | 120 | - https://www.ibm.com/developerworks/library/os-xapianomega/ |