aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-04-23note about cursor initDevin J. Pohly-1/+3
2020-04-23configure monitor rotation/reflectionDevin J. Pohly-4/+5
2020-04-23resize/move are good nowDevin J. Pohly-1/+0
2020-04-23add chvt functionDevin J. Pohly-0/+13
2020-04-23update readmeDevin J. Pohly-8/+10
2020-04-23make space for window bordersDevin J. Pohly-11/+17
2020-04-23change cursor during move and resizeDevin J. Pohly-2/+15
2020-04-23style in buttonpressDevin J. Pohly-18/+17
2020-04-23simplify move/resizemouse functionsDevin J. Pohly-19/+11
2020-04-23funnel all resizing through resize()Devin J. Pohly-1/+1
2020-04-23use exit code macros everywhereDevin J. Pohly-7/+7
2020-04-23some comments and remindersDevin J. Pohly-3/+5
2020-04-23update READMEDevin J. Pohly-33/+82
2020-04-23factor out renderclientsDevin J. Pohly-20/+27
2020-04-23don't autoraiseDevin J. Pohly-6/+25
2020-04-23use the focus stack to determine stacking orderDevin J. Pohly-4/+4
2020-04-23adopt a bit more dwm-like tersenessDevin J. Pohly-82/+63
2020-04-23change focus(NULL, NULL) to mean unfocusDevin J. Pohly-46/+55
2020-04-23implement focusmon and tagmonDevin J. Pohly-0/+56
2020-04-23focus follows mouseDevin J. Pohly-20/+25
2020-04-23add incnmaster and setmfact commandsDevin J. Pohly-1/+28
2020-04-23add toggletag and toggleviewDevin J. Pohly-1/+30
2020-04-23don't detect non-visible clients under cursorDevin J. Pohly-0/+3
2020-04-23add tag and view functionsDevin J. Pohly-3/+55
2020-04-23refocus if focused client is unmappedDevin J. Pohly-18/+44
2020-04-23implement floating windowsDevin J. Pohly-4/+24
2020-04-23load scaled cursor theme with each outputDevin J. Pohly-3/+8
2020-04-23turn focusnext into dwm's focusstackDevin J. Pohly-14/+25
2020-04-23restrict focusnext to the same monitorDevin J. Pohly-6/+9
2020-04-23styleDevin J. Pohly-1/+1
2020-04-23add selclient() helperDevin J. Pohly-8/+16
2020-04-22continue to focus monitor under mouse cursorDevin J. Pohly-0/+3
2020-04-22focus monitor under mouse cursor initiallyDevin J. Pohly-3/+16
2020-04-22grabbed_client was too long a nameDevin J. Pohly-8/+7
2020-04-22turn on some warningsDevin J. Pohly-1/+1
2020-04-22set normal and dwm-like defaults in config.def.hDevin J. Pohly-13/+12
2020-04-22move config.h to config.def.hDevin J. Pohly-0/+3
2020-04-22inline moveresizeDevin J. Pohly-15/+8
2020-04-22grabsx/y are only used by move nowDevin J. Pohly-5/+0
2020-04-22calculate resize based just on cursor/windowDevin J. Pohly-12/+2
2020-04-22add TinyWL and dwm LICENSE filesDevin J. Pohly-0/+168
2020-04-22add setlayout functionDevin J. Pohly-0/+13
2020-04-22Don't change tiling order in focusnext()Devin J. Pohly-5/+7
2020-04-22add separate list of clients for focus orderDevin J. Pohly-7/+12
2020-04-22layouts: tile and floatingDevin J. Pohly-9/+109
2020-04-21"root" color was easy to make configurableDevin J. Pohly-3/+4
2020-04-21fix rendering on scaled monitorsDevin J. Pohly-4/+1
2020-04-21introduce rules for monitor configurationDevin J. Pohly-1/+25
2020-04-21no need to manage unmapped clientsDevin J. Pohly-11/+4
2020-04-21consistent naming for coordinate variablesDevin J. Pohly-26/+26