mirror of
https://github.com/0intro/wmii
synced 2024-11-21 21:31:33 +03:00
Add first, incomplete draft of new wmii guide/reference. Proofers?
This commit is contained in:
parent
41dc478e3b
commit
a071d467a9
@ -579,7 +579,7 @@ readctl_root(void) {
|
|||||||
bufprint("focuscolors %s\n", def.focuscolor.colstr);
|
bufprint("focuscolors %s\n", def.focuscolor.colstr);
|
||||||
bufprint("font %s\n", def.font->name);
|
bufprint("font %s\n", def.font->name);
|
||||||
bufprint("grabmod %s\n", def.grabmod);
|
bufprint("grabmod %s\n", def.grabmod);
|
||||||
bufprint("incmode %s\n", incmodetab[screen->barpos]);
|
bufprint("incmode %s\n", incmodetab[def.incmode]);
|
||||||
bufprint("normcolors %s\n", def.normcolor.colstr);
|
bufprint("normcolors %s\n", def.normcolor.colstr);
|
||||||
bufprint("view %s\n", selview->name);
|
bufprint("view %s\n", selview->name);
|
||||||
return buffer;
|
return buffer;
|
||||||
|
BIN
doc/wmii.pdf
Normal file
BIN
doc/wmii.pdf
Normal file
Binary file not shown.
1108
doc/wmii.tex
Normal file
1108
doc/wmii.tex
Normal file
File diff suppressed because it is too large
Load Diff
@ -21,6 +21,9 @@ iconheight = `{*=$epsbox; $calc '('$4 - $2') *' $iconscale}
|
|||||||
quit
|
quit
|
||||||
!
|
!
|
||||||
|
|
||||||
|
%.pdf: %.eps
|
||||||
|
sh epstopdf $stem.eps
|
||||||
|
|
||||||
%-small.png: %.eps
|
%-small.png: %.eps
|
||||||
iconwidth = 16
|
iconwidth = 16
|
||||||
iconscale = `{*=$epsbox; hoc -e $iconwidth/'('$3-' '$1')'}
|
iconscale = `{*=$epsbox; hoc -e $iconwidth/'('$3-' '$1')'}
|
||||||
|
BIN
img/wmii.pdf
Normal file
BIN
img/wmii.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user