Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:README title
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | trunk
Files: files | file ages | folders
SHA3-256: 0789db535f06f1f28cf6a44c4df8a55d774ffec162dcc3749bb05c4ede50653f
User & Date: jmcclure 2018-06-15 14:32:15
Context
2018-06-15
14:32
README title Leaf check-in: 0789db535f user: jmcclure tags: trunk
14:31
README test check-in: 435ea61389 user: jmcclure tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to README.md.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Test heading

## OVERVIEW

Code is shared here for educational purposes.  As all files are under the permissive
ISC license, you are free to take these and use them as they are.  You may not,
however, be happy with the results as these are tailored to my tastes and my
hardware.  Instead, you are encouraged to use these as examples, or starting points
with which to make your version that works best for you.

Questions and suggestions are welcome via email.  Bug reports will likely be ignored:
these work perfectly as they are for me.

## FILES

### [xi](https://code.jessemcclure.org/xtools/file/xi.c)

Minimal xinit replace

### [tmuxwm](https://code.jessemcclure.org/xtools/file/tmuxwm.c)

Tmux oriented fullsreen window manager

### [muswm](https://code.jessemcclure.org/xtools/file/muswm.c)

Mouse-based floating window management


|

|










|













|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# A Minimalist X Session

## Overview

Code is shared here for educational purposes.  As all files are under the permissive
ISC license, you are free to take these and use them as they are.  You may not,
however, be happy with the results as these are tailored to my tastes and my
hardware.  Instead, you are encouraged to use these as examples, or starting points
with which to make your version that works best for you.

Questions and suggestions are welcome via email.  Bug reports will likely be ignored:
these work perfectly as they are for me.

## Files

### [xi](https://code.jessemcclure.org/xtools/file/xi.c)

Minimal xinit replace

### [tmuxwm](https://code.jessemcclure.org/xtools/file/tmuxwm.c)

Tmux oriented fullsreen window manager

### [muswm](https://code.jessemcclure.org/xtools/file/muswm.c)

Mouse-based floating window management

---