aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* implement focusmon and tagmonDevin J. Pohly2020-04-23
* focus follows mouseDevin J. Pohly2020-04-23
* add incnmaster and setmfact commandsDevin J. Pohly2020-04-23
* add toggletag and toggleviewDevin J. Pohly2020-04-23
* don't detect non-visible clients under cursorDevin J. Pohly2020-04-23
* add tag and view functionsDevin J. Pohly2020-04-23
* refocus if focused client is unmappedDevin J. Pohly2020-04-23
* implement floating windowsDevin J. Pohly2020-04-23
* load scaled cursor theme with each outputDevin J. Pohly2020-04-23
* turn focusnext into dwm's focusstackDevin J. Pohly2020-04-23
* restrict focusnext to the same monitorDevin J. Pohly2020-04-23
* styleDevin J. Pohly2020-04-23
* add selclient() helperDevin J. Pohly2020-04-23
* continue to focus monitor under mouse cursorDevin J. Pohly2020-04-22
* focus monitor under mouse cursor initiallyDevin J. Pohly2020-04-22
* grabbed_client was too long a nameDevin J. Pohly2020-04-22
* turn on some warningsDevin J. Pohly2020-04-22
* set normal and dwm-like defaults in config.def.hDevin J. Pohly2020-04-22
* move config.h to config.def.hDevin J. Pohly2020-04-22
* inline moveresizeDevin J. Pohly2020-04-22
* grabsx/y are only used by move nowDevin J. Pohly2020-04-22
* calculate resize based just on cursor/windowDevin J. Pohly2020-04-22
* add TinyWL and dwm LICENSE filesDevin J. Pohly2020-04-22
* add setlayout functionDevin J. Pohly2020-04-22
* Don't change tiling order in focusnext()Devin J. Pohly2020-04-22
* add separate list of clients for focus orderDevin J. Pohly2020-04-22
* layouts: tile and floatingDevin J. Pohly2020-04-22
* "root" color was easy to make configurableDevin J. Pohly2020-04-21
* fix rendering on scaled monitorsDevin J. Pohly2020-04-21
* introduce rules for monitor configurationDevin J. Pohly2020-04-21
* no need to manage unmapped clientsDevin J. Pohly2020-04-21
* consistent naming for coordinate variablesDevin J. Pohly2020-04-21
* inline xytosurface in xytoclientDevin J. Pohly2020-04-21
* comment updatesDevin J. Pohly2020-04-21
* split out setup() and run()Devin J. Pohly2020-04-21
* cherry-pick 25d0d1b from upstreamDevin J. Pohly2020-04-21
* inline handlemove/handleresizeDevin J. Pohly2020-04-21
* render_data only needs coordinates, not ClientDevin J. Pohly2020-04-21
* abcDevin J. Pohly2020-04-21
* give types some more dwm-like typedef namesDevin J. Pohly2020-04-21
* use expressions in sizeof instead of type namesDevin J. Pohly2020-04-21
* no longer need resize_edges (always bottom right)Devin J. Pohly2020-04-21
* ditch the moverequest/resizerequest xdg stuffDevin J. Pohly2020-04-21
* No need for struct dwl_serverDevin J. Pohly2020-04-21
* make server a globalDevin J. Pohly2020-04-21
* dwm-style enumDevin J. Pohly2020-04-21
* alphabetize functionsDevin J. Pohly2020-04-21
* functions: dwm style and more dwm-like namesDevin J. Pohly2020-04-21
* add spawn and termcmdDevin J. Pohly2020-04-12
* treat startup command as long-runningDevin J. Pohly2020-04-11