about summary refs log tree commit diff stats
path: root/dwm.1
Commit message (Expand)AuthorAgeFilesLines
...
* added viewall to mainstream (only Ross Mohns version, not the toggle)Anselm R. Garbe2006-08-311-0/+4
* implemented Button2 press on tags for toggletag on the focused clientAnselm R. Garbe2006-08-311-0/+6
* applied sanders somepatches.patchAnselm R. Garbe2006-08-281-1/+6
* updated man page of dwmAnselm R. Garbe2006-08-251-3/+3
* yet another fixAnselm R. Garbe2006-08-241-1/+1
* small man page fixAnselm R. Garbe2006-08-241-1/+2
* updated man pageAnselm R. Garbe2006-08-231-4/+4
* applied tag drawing change to man pageAnselm R. Garbe2006-08-231-4/+4
* small fix of man pageAnselm R. Garbe2006-08-231-1/+1
* updated man pageAnselm R. Garbe2006-08-221-2/+1
* small changes to dwm.1, rearranged order within main event loopAnselm R.Garbe2006-08-211-6/+8
* applied jk_to_tab patchAnselm R.Garbe2006-08-151-34/+42
* applied sanders man page patch, removed button2 from bar clickAnselm R.Garbe2006-08-141-19/+21
* implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe2006-08-141-2/+2
* removed viewnext/viewprevAnselm R.Garbe2006-08-141-16/+0
* updated man page, added CAVEATS sectionAnselm R.Garbe2006-08-131-7/+14
* implemented viewextend and added M-S-C-n shortcuts for extending the current ...Anselm R.Garbe2006-08-111-4/+17
* applied Sanders fixes to dwm.1Anselm R.Garbe2006-08-111-4/+5
* fixed dwm.1, added Mod1-Shift-c (was missing for an odd reason)Anselm R.Garbe2006-08-111-3/+7
* updated dwm(1)Anselm R.Garbe2006-08-111-0/+14
* applied sander's patchAnselm R.Garbe2006-08-101-3/+10
* disallow zoom on maximized clientsAnselm R.Garbe2006-08-101-4/+0
* added a trailing '.' to shortcut descriptions in dwm(1)arg@10ksloc.org2006-08-071-15/+15
* applied Sanders man page/Makefile patcharg@10ksloc.org2006-08-071-1/+1
* updated man pagearg@10ksloc.org2006-08-071-0/+2
* applied Sanders doc changes, added a PHONY line and changed the output of con...arg@10ksloc.org2006-08-031-15/+16
* changing MASTERW value from 52 to 60 (in both, default and arg), I feel this ...arg@10ksloc.org2006-08-021-1/+1
* applied Sanders patches (numlock2)arg@10ksloc.org2006-08-021-10/+17
* removed artefacts of single-linked list (thanx to Jukka, I must have been mad)arg@10ksloc.org2006-08-011-1/+1
* centralized/externalized configuration to config.harg@10ksloc.org2006-08-011-4/+2
* applied Sanders patchesarg@10ksloc.org2006-08-011-17/+7
* s/0.5/0.6/ - my steps are wider than the realityarg@10ksloc.org2006-07-211-1/+1
* preparing 0.6 which will be available in the evening after sanders patch approx.arg@10ksloc.org2006-07-211-15/+2
* cleaned up codearg@10ksloc.org2006-07-201-1/+1
* fixed version in man pagearg@10ksloc.org2006-07-201-1/+1
* added heretag command which allows to tag a client of a foreign tag with curr...Anselm R. Garbe2006-07-181-0/+8
* patched dwmAnselm R. Garbe2006-07-171-1/+1
* slight change to dwm.1Anselm R. Garbe2006-07-171-1/+2
* simplified man pageAnselm R. Garbe2006-07-161-35/+28
* several additions in mouse handling ;)Anselm R. Garbe2006-07-161-43/+20
* fixed XSync handling and finished man pageAnselm R. Garbe2006-07-151-4/+54
* prep 0.1 0.1Anselm R. Garbe2006-07-141-1/+1
* implemented dwm reading status text from stdin Anselm R. Garbe2006-07-141-1/+15
* made barclick to select the specific tagAnselm R. Garbe2006-07-141-0/+3
* continued with man pageAnselm R. Garbe2006-07-141-0/+34
* continued with man pageAnselm R. Garbe2006-07-141-0/+33
* another changeAnselm R. Garbe2006-07-131-1/+1
* updated man pageAnselm R. Garbe2006-07-131-7/+5
* added logo+descriptionAnselm R. Garbe2006-07-131-0/+16
="m">2 # 1 + 1 } echo ex3 ./subx translate examples/ex3.subx -o examples/ex3 [ "$1" != record ] && git diff --exit-code examples/ex3 ./subx run examples/ex3 || ret=$? test $ret -eq 55 # 1 + 2 + ... + 10 test `uname` = 'Linux' && { examples/ex3 || ret=$? test $ret -eq 55 # 1 + 2 + ... + 10 } echo ex4 ./subx translate examples/ex4.subx -o examples/ex4 [ "$1" != record ] && git diff --exit-code examples/ex4 echo a | ./subx run examples/ex4 >ex4.out || true test `cat ex4.out` = 'a' test `uname` = 'Linux' && { echo a | examples/ex4 >ex4.out || true test `cat ex4.out` = 'a' } echo ex5 ./subx translate examples/ex5.subx -o examples/ex5 [ "$1" != record ] && git diff --exit-code examples/ex5 echo a | ./subx run examples/ex5 >ex5.out || true test `cat ex5.out` = 'a' test `uname` = 'Linux' && { echo a | examples/ex5 >ex5.out || true test `cat ex5.out` = 'a' } echo ex6 ./subx translate examples/ex6.subx -o examples/ex6 [ "$1" != record ] && git diff --exit-code examples/ex6 ./subx run examples/ex6 >ex6.out || true test "`cat ex6.out`" = 'Hello, world!' test `uname` = 'Linux' && { examples/ex6 >ex6.out || true test "`cat ex6.out`" = 'Hello, world!' } echo ex7 ./subx translate examples/ex7.subx -o examples/ex7 [ "$1" != record ] && git diff --exit-code examples/ex7 ./subx run examples/ex7 || ret=$? test $ret -eq 97 # 'a' test `uname` = 'Linux' && { examples/ex7 || ret=$? test $ret -eq 97 # 'a' } echo ex8 ./subx translate examples/ex8.subx -o examples/ex8 [ "$1" != record ] && git diff --exit-code examples/ex8 ./subx run examples/ex8 abcd || ret=$? test $ret -eq 4 # length('abcd') test `uname` = 'Linux' && { examples/ex8 abcd || ret=$? test $ret -eq 4 # length('abcd') } echo ex9 ./subx translate examples/ex9.subx -o examples/ex9 [ "$1" != record ] && git diff --exit-code examples/ex9 ./subx run examples/ex9 z x || ret=$? test $ret -eq 2 # 'z' - 'x' test `uname` = 'Linux' && { examples/ex9 z x || ret=$? test $ret -eq 2 # 'z' - 'x' } echo ex10 ./subx translate examples/ex10.subx -o examples/ex10 [ "$1" != record ] && git diff --exit-code examples/ex10 ./subx run examples/ex10 abc abc || ret=$? test $ret -eq 1 # equal ./subx run examples/ex10 abc abcd # 0; not equal test `uname` = 'Linux' && { examples/ex10 abc abc || ret=$? test $ret -eq 1 # equal examples/ex10 abc abcd # 0; not equal } echo ex11 ./subx translate examples/ex11.subx -o examples/ex11 [ "$1" != record ] && git diff --exit-code examples/ex11 ./subx run examples/ex11 echo test `uname` = 'Linux' && { examples/ex11 echo } echo ex12 ./subx translate examples/ex12.subx -o examples/ex12 [ "$1" != record ] && git diff --exit-code examples/ex12 ./subx run examples/ex12 # final byte of mmap'd address is well-nigh guaranteed to be 0 test `uname` = 'Linux' && examples/ex12 echo factorial ./subx translate 0*.subx apps/factorial.subx -o apps/factorial [ "$1" != record ] && git diff --exit-code apps/factorial ./subx run apps/factorial || ret=$? test $ret -eq 120 # factorial(5) ./subx run apps/factorial test echo test `uname` = 'Linux' && { apps/factorial || ret=$? test $ret -eq 120 # factorial(5) apps/factorial test echo } echo crenshaw2-1 ./subx translate 0*.subx apps/crenshaw2-1.subx -o apps/crenshaw2-1 [ "$1" != record ] && git diff --exit-code apps/crenshaw2-1 ./subx run apps/crenshaw2-1 test echo test `uname` = 'Linux' && { apps/crenshaw2-1 test echo } echo crenshaw2-1b ./subx translate 0*.subx apps/crenshaw2-1b.subx -o apps/crenshaw2-1b [ "$1" != record ] && git diff --exit-code apps/crenshaw2-1b ./subx run apps/crenshaw2-1b test echo test `uname` = 'Linux' && { apps/crenshaw2-1b test echo } echo handle ./subx translate 0*.subx apps/handle.subx -o apps/handle [ "$1" != record ] && git diff --exit-code apps/handle ./subx run apps/handle > handle.out 2>&1 || true grep -q 'lookup succeeded' handle.out || { echo "missing success test"; exit 1; } grep -q 'lookup failed' handle.out || { echo "missing failure test"; exit 1; } test `uname` = 'Linux' && { apps/handle > handle.out 2>&1 || true grep -q 'lookup succeeded' handle.out || { echo "missing success test"; exit 1; } grep -q 'lookup failed' handle.out || { echo "missing failure test"; exit 1; } } echo hex ./subx translate 0*.subx apps/hex.subx -o apps/hex [ "$1" != record ] && git diff --exit-code apps/hex ./subx run apps/hex test echo test `uname` = 'Linux' && { apps/hex test echo } echo survey ./subx translate 0*.subx apps/subx-common.subx apps/survey.subx -o apps/survey [ "$1" != record ] && git diff --exit-code apps/survey ./subx run apps/survey test echo test `uname` = 'Linux' && { apps/survey test echo } echo pack ./subx translate 0*.subx apps/subx-common.subx apps/pack.subx -o apps/pack [ "$1" != record ] && git diff --exit-code apps/pack ./subx run apps/pack test echo test `uname` = 'Linux' && { apps/pack test echo } echo assort ./subx translate 0*.subx apps/subx-common.subx apps/assort.subx -o apps/assort [ "$1" != record ] && git diff --exit-code apps/assort ./subx run apps/assort test echo test `uname` = 'Linux' && { apps/assort test echo } echo dquotes ./subx translate 0*.subx apps/subx-common.subx apps/dquotes.subx -o apps/dquotes [ "$1" != record ] && git diff --exit-code apps/dquotes ./subx run apps/dquotes test echo test `uname` = 'Linux' && { apps/dquotes test echo } echo "== translating using SubX" echo ex1 cat examples/ex1.subx |./subx_bin run apps/dquotes |./subx_bin run apps/assort |./subx_bin run apps/pack |./subx_bin run apps/survey |./subx_bin run apps/hex |diff examples/ex1 - test `uname` = 'Linux' && { cat examples/ex1.subx |apps/dquotes |apps/assort |apps/pack |apps/survey |apps/hex |diff examples/ex1 - } echo ex2 cat examples/ex2.subx |./subx_bin run apps/dquotes |./subx_bin run apps/assort |./subx_bin run apps/pack |./subx_bin run apps/survey |./subx_bin run apps/hex |diff examples/ex2 - test `uname` = 'Linux' && { cat examples/ex2.subx |apps/dquotes |apps/assort |apps/pack |apps/survey |apps/hex |diff examples/ex2 - } echo ex4 cat examples/ex4.subx |./subx_bin run apps/dquotes |./subx_bin run apps/assort |./subx_bin run apps/pack |./subx_bin run apps/survey |./subx_bin run apps/hex |diff examples/ex4 - test `uname` = 'Linux' && { cat examples/ex4.subx |apps/dquotes |apps/assort |apps/pack |apps/survey |apps/hex |diff examples/ex4 - } echo ex7 cat examples/ex7.subx |./subx_bin run apps/dquotes |./subx_bin run apps/assort |./subx_bin run apps/pack |./subx_bin run apps/survey |./subx_bin run apps/hex |diff examples/ex7 - test `uname` = 'Linux' && { cat examples/ex7.subx |apps/dquotes |apps/assort |apps/pack |apps/survey |apps/hex |diff examples/ex7 - } exit 0