ref: e186c36030d04cafb716b70fe77fbf0ac63a5692
parent: b279463ae67932ab132f6337bbeb0586d107a94d
author: Halfwit <michaelmisch1985@gmail.com>
date: Sat Mar 4 16:20:40 PST 2017
Correcting markdown error
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
## Installation
Requires watom, wmgroup, wmutils
Copy files into $XDG_DATA_HOME/x11/
-Modify autotag, watcher, and most likely the groups script to match your setup. The inotifybar is very specific to my system, but servers as an interesting example of what is possible, with the various *bar scripts being ran on hooks or at the ends of scripts only, such that polling doesn't take too much CPU time.
+Modify autotag, watcher, and most likely the groups script to match your setup. The inotifybar is very specific to my system, but servers as an interesting example of what is possible, with the various \*bar scripts being ran on hooks or at the ends of scripts only, such that polling doesn't take too much CPU time.
## Configuration
@@ -11,7 +11,7 @@
This presumes $XDG_CONFIG_HOME/x11 exists, with the following files:
Size
-```
+```sh
width=1363
height=751
gaps=6
@@ -20,12 +20,12 @@
```
windows/default
-```
+```sh
printf '%s %s %s %s %s\n' "350" "224" "454" "261" "$id"
```
windows/titlenameofprogram
-```
+```sh
# Any valid sh here to emit something in the form of
-# <minx> <miny> <maxx> <maxy> <windowid>
+# <minx> <miny> <maxx> <maxy> "$id"
```