summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-23use exit code macros everywhereDevin J. Pohly
2020-04-23some comments and remindersDevin J. Pohly
2020-04-23update READMEDevin J. Pohly
2020-04-23factor out renderclientsDevin J. Pohly
2020-04-23don't autoraiseDevin J. Pohly
2020-04-23use the focus stack to determine stacking orderDevin J. Pohly
2020-04-23adopt a bit more dwm-like tersenessDevin J. Pohly
2020-04-23change focus(NULL, NULL) to mean unfocusDevin J. Pohly
2020-04-23implement focusmon and tagmonDevin J. Pohly
2020-04-23focus follows mouseDevin J. Pohly
2020-04-23add incnmaster and setmfact commandsDevin J. Pohly
2020-04-23add toggletag and toggleviewDevin J. Pohly
2020-04-23don't detect non-visible clients under cursorDevin J. Pohly
2020-04-23add tag and view functionsDevin J. Pohly
2020-04-23refocus if focused client is unmappedDevin J. Pohly
2020-04-23implement floating windowsDevin J. Pohly
2020-04-23load scaled cursor theme with each outputDevin J. Pohly
2020-04-23turn focusnext into dwm's focusstackDevin J. Pohly
2020-04-23restrict focusnext to the same monitorDevin J. Pohly
2020-04-23styleDevin J. Pohly
2020-04-23add selclient() helperDevin J. Pohly
2020-04-22continue to focus monitor under mouse cursorDevin J. Pohly
2020-04-22focus monitor under mouse cursor initiallyDevin J. Pohly
2020-04-22grabbed_client was too long a nameDevin J. Pohly
2020-04-22turn on some warningsDevin J. Pohly
2020-04-22set normal and dwm-like defaults in config.def.hDevin J. Pohly
2020-04-22move config.h to config.def.hDevin J. Pohly
2020-04-22inline moveresizeDevin J. Pohly
2020-04-22grabsx/y are only used by move nowDevin J. Pohly
2020-04-22calculate resize based just on cursor/windowDevin J. Pohly
2020-04-22add TinyWL and dwm LICENSE filesDevin J. Pohly
2020-04-22add setlayout functionDevin J. Pohly
2020-04-22Don't change tiling order in focusnext()Devin J. Pohly
2020-04-22add separate list of clients for focus orderDevin J. Pohly
2020-04-22layouts: tile and floatingDevin J. Pohly
2020-04-21"root" color was easy to make configurableDevin J. Pohly
2020-04-21fix rendering on scaled monitorsDevin J. Pohly
2020-04-21introduce rules for monitor configurationDevin J. Pohly
2020-04-21no need to manage unmapped clientsDevin J. Pohly
2020-04-21consistent naming for coordinate variablesDevin J. Pohly
2020-04-21inline xytosurface in xytoclientDevin J. Pohly
2020-04-21comment updatesDevin J. Pohly
2020-04-21split out setup() and run()Devin J. Pohly
2020-04-21cherry-pick 25d0d1b from upstreamDevin J. Pohly
2020-04-21inline handlemove/handleresizeDevin J. Pohly
2020-04-21render_data only needs coordinates, not ClientDevin J. Pohly
2020-04-21abcDevin J. Pohly
2020-04-21give types some more dwm-like typedef namesDevin J. Pohly
2020-04-21use expressions in sizeof instead of type namesDevin J. Pohly
2020-04-21no longer need resize_edges (always bottom right)Devin J. Pohly