about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* extract a variableKartik K. Agaram2022-08-181-2/+3
* simplifyKartik K. Agaram2022-08-181-4/+1
* simpler location comparisonKartik K. Agaram2022-08-171-5/+2
* move caching behavior inside compute_fragmentsKartik K. Agaram2022-08-171-6/+6
* remove some unnecessary workKartik K. Agaram2022-08-171-1/+3
* standardize scroll check in a few placesKartik K. Agaram2022-08-171-3/+3
* simplify cursor-on-screen checkKartik K. Agaram2022-08-172-11/+9
* swap return valuesKartik K. Agaram2022-08-173-8/+8
* obsolete commentKartik K. Agaram2022-08-161-2/+0
* moveKartik K. Agaram2022-08-151-28/+28
* drop some unnecessary callsKartik K. Agaram2022-08-151-6/+0
* stop confusingly reading a globalKartik K. Agaram2022-08-151-2/+2
* new mirrorKartik K. Agaram2022-08-141-0/+1
* more cogent onboarding instructionsKartik K. Agaram2022-08-141-4/+7
* remove some duplicationKartik K. Agaram2022-08-142-13/+8
* bugfix: obsolete location for attributeKartik K. Agaram2022-08-141-2/+2
* overzealous search-and-replaceKartik K. Agaram2022-08-131-1/+1
* bugfix: check after cursor on same line when searching upwardsKartik K. Agaram2022-08-112-1/+28
* search: transparently handle drawings everywhereKartik K. Agaram2022-08-111-22/+18
* bugfix: search upwardsKartik K. Agaram2022-08-112-1/+20
* bugfix: check before cursor on same lineKartik K. Agaram2022-08-112-1/+31
* bugfix: handle drawings when updating screen topKartik K. Agaram2022-08-111-0/+1
* renameKartik K. Agaram2022-08-111-24/+24
* bugfix: pagedown was sometimes bouncing upKartik K. Agaram2022-08-102-1/+18
* bugfix: backspace from start of final lineKartik K. Agaram2022-08-102-1/+21
* unnecessary argsKartik K. Agaram2022-08-101-1/+1
* hardcode some assumptions about how this app uses loveKartik K. Agaram2022-08-061-18/+11
* bugfix: imprecision in drawingKartik K. Agaram2022-08-032-0/+4
* round one coordinateKartik K. Agaram2022-07-301-1/+1
* round coordinates to integers in a few placesKartik K. Agaram2022-07-291-7/+11
* click to the left of a lineKartik K. Agaram2022-07-294-4/+28
* copying to clipboard can never scrollKartik K. Agaram2022-07-271-1/+0
* line.y -> line_cache.starty in a few more placesKartik K. Agaram2022-07-273-14/+14
* have file API operate on state objectKartik K. Agaram2022-07-254-21/+20
* update cursor in search boxKartik K. Agaram2022-07-251-3/+1
* bugfix: alt-tab shouldn't emit keypress eventsKartik K. Agaram2022-07-251-1/+20
* moveKartik K. Agaram2022-07-251-2/+3
* simplify hysteresis logicKartik K. Agaram2022-07-251-8/+3
* bugfix: skip over drawings when searchingKartik K. Agaram2022-07-252-15/+17
* extract methodKartik K. Agaram2022-07-232-14/+13
* bugfix: online helpKartik K. Agaram2022-07-222-8/+12
* bugfix: searchKartik K. Agaram2022-07-212-1/+34
* move drawing.starty into line cacheKartik K. Agaram2022-07-203-60/+71
* use line cache for drawings as wellKartik K. Agaram2022-07-203-31/+31
* bugfix: where cursor is drawnKartik K. Agaram2022-07-203-14/+25
* reorg manual tests docKartik K. Agaram2022-07-201-9/+7
* .Kartik K. Agaram2022-07-201-0/+2
* exclude left margin from my word-split heuristicKartik K. Agaram2022-07-202-3/+3
* allow Text.nearest_pos_less_than to return 0Kartik K. Agaram2022-07-202-7/+4
* drop an unnecessary level of indentKartik K. Agaram2022-07-201-23/+21
n class="p"></b> have to learn C (at least editing header files). </li> <li> Because dwm is customized through editing its source code, it's pointless to make binary packages of it. This keeps its userbase small and elitist. No novices asking stupid questions. </li> <li> dwm uses 1-pixel borders to provide the maximum of screen real estate to clients. Small titlebars are only drawn in front of unfocused clients. </li> <li> dwm reads from standard input to print arbitrary status text (like the date, load, battery charge). That's much simpler than larsremote, wmiir and what not... </li> <li> It can be downloaded and distributed under the conditions of the <a href="http://10kloc.org/cgi-bin/hgwebdir.cgi/dwm?f=f10eb1139362;file=LICENSE;style=raw">MIT/X Consortium license</a>. </li> <li> Optionally you can install <b>dmenu</b> to extend dwm with a wmii-alike menu. </li> </ul> <h4>Links</h4> <ul> <li><a href="http://10kloc.org/cgi-bin/man/man2html?query=dwm">Man page</a></li> <li><a href="http://10kloc.org/shots/dwm-20060810a.png">Screenshot of tiled mode</a> (20060810)</li> <li><a href="http://10kloc.org/shots/dwm-20060810b.png">Screenshotof floating mode</a> (20060810)</li> <li><a href="http://10kloc.org/download/poster.ps">A4 poster (PostScript)</a></li> <li>Mailing List: <a href="http://10kloc.org/cgi-bin/mailman/listinfo/dwm">dwm at wmii dot de</a> <a href="http://10kloc.org/pipermail/dwm/">(Archives)</a>&nbsp;<a href="http://dir.gmane.org/gmane.comp.window-managers.dwm">(GMANE Archive)</a></li> <li>IRC channel: <code>#dwm</code> at <code>irc.oftc.net</code></li> </ul> <h3>Download</h3> <ul> <li><a href="http://10kloc.org/download/dwm-1.0.tar.gz">dwm 1.0</a> (15kb) (20060824)</li> <li><a href="http://10kloc.org/download/dmenu-0.5.tar.gz">dmenu 0.5</a> (7kb) (20060824)</li> </ul> <h3>Development</h3> <p> dwm is actively developed in parallel to wmii. You can <a href="http://10kloc.org/cgi-bin/hgwebdir.cgi/dwm">browse</a> its source code repository or get a copy using <a href="http://www.selenic.com/mercurial/">Mercurial</a> with following command: </p> <p> <code>hg clone http://10kloc.org/cgi-bin/hgwebdir.cgi/dwm</code> </p> <p> <code>hg clone http://10kloc.org/cgi-bin/hgwebdir.cgi/dmenu</code> </p> <h3>Miscellaneous</h3> <p> You can purchase this <a href="https://www.spreadshirt.net/shop.php?op=article&article_id=3298632&view=403">tricot</a> if you like dwm and the dwm logo, which has been designed by Anselm. </p> <p><small>--Anselm</small></p> </body> </html>