summaryrefslogtreecommitdiff
path: root/dwl.c
AgeCommit message (Expand)Author
2020-04-22focus monitor under mouse cursor initiallyDevin J. Pohly
2020-04-22grabbed_client was too long a nameDevin 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 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
2020-04-21ditch the moverequest/resizerequest xdg stuffDevin J. Pohly
2020-04-21No need for struct dwl_serverDevin J. Pohly
2020-04-21make server a globalDevin J. Pohly
2020-04-21dwm-style enumDevin J. Pohly
2020-04-21alphabetize functionsDevin J. Pohly
2020-04-21functions: dwm style and more dwm-like namesDevin J. Pohly
2020-04-12add spawn and termcmdDevin J. Pohly
2020-04-11treat startup command as long-runningDevin J. Pohly
2020-04-11fix typo in commentDevin J. Pohly
2020-04-11implement Button: movemouse, resizemouseDevin J. Pohly
2020-04-11add CLEANMASK like dwmDevin J. Pohly
2020-04-11make key mappings configurable in config.hDevin J. Pohly
2020-04-11start factoring Key actions into functionsDevin J. Pohly
2020-04-11Start with tinywlDevin J. Pohly