summaryrefslogtreecommitdiff
path: root/dwl.c
AgeCommit message (Expand)Author
2020-06-07Add startup errors, mention XDG_RUNTIME_DIR in READMEMartin Tournoij
2020-06-07send xdg_decoration configure right after createDevin J. Pohly
2020-06-04Implement xdg-decoration protocolDevin J. Pohly
2020-06-03Write something more intuitive for focusclient()Devin J. Pohly
2020-06-03document -qvd optionsDevin J. Pohly
2020-05-10make sure freed listeners are removed from listDevin J. Pohly
2020-05-09add output manager protocolDevin J. Pohly
2020-05-09add screencopy supportDevin J. Pohly
2020-05-09add primary selection support too!Devin J. Pohly
2020-05-09handle request set selectionDevin J. Pohly
2020-05-09use wlr_xdg_surface.set_tiled correctlyDevin J. Pohly
2020-05-09initialize global listeners staticallyDevin J. Pohly
2020-05-03abcDevin J. Pohly
2020-05-03remove vestigial listenersDevin J. Pohly
2020-05-03no need for a line split hereDevin J. Pohly
2020-05-03no conditional needed for output modesDevin J. Pohly
2020-05-03use strstr for monrulesDevin J. Pohly
2020-05-03add reminder commentDevin J. Pohly
2020-05-03inline xytosurfaceDevin J. Pohly
2020-05-03split xytoclient and xytosurfaceDevin J. Pohly
2020-05-03styleDevin J. Pohly
2020-05-03refocus -> lastfocusedDevin J. Pohly
2020-05-03raise client on refocusDevin J. Pohly
2020-05-03add client rulesDevin J. Pohly
2020-05-03allow setmon to specify alternate tagsDevin J. Pohly
2020-05-03loop over array pointers directlyDevin J. Pohly
2020-05-02includes: abcDevin J. Pohly
2020-05-02set default cursor over window bordersDevin J. Pohly
2020-05-02sacrifice 24 lines to suckless style :)Devin J. Pohly
2020-05-02allow passing NULLs to xytoclientDevin J. Pohly
2020-05-02remove outdated/fixed commentDevin J. Pohly
2020-05-02style: int instead of boolDevin J. Pohly
2020-05-02correct standard include for signal.hDevin J. Pohly
2020-04-30include border in xytoclientDevin J. Pohly
2020-04-30allow NULL surface with client in focus functionsDevin J. Pohly
2020-04-30make move-grab coords client-relativeDevin J. Pohly
2020-04-30unify movemouse/resizemouseDevin J. Pohly
2020-04-26fix a long lineDevin J. Pohly
2020-04-26wait to get window geometry until map timeDevin J. Pohly
2020-04-26use wlr_box for client geometryDevin J. Pohly
2020-04-26call arrange only where neededDevin J. Pohly
2020-04-26funnel isfloating changes through setfloating()Devin J. Pohly
2020-04-26move comment where it's more relevantDevin J. Pohly
2020-04-26mouse move now changes window monitorDevin J. Pohly
2020-04-26options to select log levelDevin J. Pohly
2020-04-26rename keyboardfocus() to focusclient()Devin J. Pohly
2020-04-26integrate raiseclient into keyboardfocusDevin J. Pohly
2020-04-26don't pass compositor button events to clientDevin J. Pohly
2020-04-26render windows across monitorsDevin J. Pohly
2020-04-26abcDevin J. Pohly