aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* add screencopy supportDevin J. Pohly2020-05-091-0/+2
* add primary selection support too!Devin J. Pohly2020-05-091-11/+29
* handle request set selectionDevin J. Pohly2020-05-091-1/+18
* use wlr_xdg_surface.set_tiled correctlyDevin J. Pohly2020-05-091-1/+2
* initialize global listeners staticallyDevin J. Pohly2020-05-091-20/+12
* abcDevin J. Pohly2020-05-031-9/+9
* remove vestigial listenersDevin J. Pohly2020-05-031-2/+0
* no need for a line split hereDevin J. Pohly2020-05-031-2/+1
* no conditional needed for output modesDevin J. Pohly2020-05-031-13/+9
* use strstr for monrulesDevin J. Pohly2020-05-031-1/+1
* add reminder commentDevin J. Pohly2020-05-031-0/+1
* inline xytosurfaceDevin J. Pohly2020-05-031-27/+9
* split xytoclient and xytosurfaceDevin J. Pohly2020-05-031-26/+32
* styleDevin J. Pohly2020-05-031-2/+1
* refocus -> lastfocusedDevin J. Pohly2020-05-031-21/+17
* raise client on refocusDevin J. Pohly2020-05-031-2/+2
* add client rulesDevin J. Pohly2020-05-032-7/+54
* allow setmon to specify alternate tagsDevin J. Pohly2020-05-031-6/+6
* loop over array pointers directlyDevin J. Pohly2020-05-031-22/+20
* includes: abcDevin J. Pohly2020-05-021-5/+5
* set default cursor over window bordersDevin J. Pohly2020-05-021-3/+3
* sacrifice 24 lines to suckless style :)Devin J. Pohly2020-05-022-56/+80
* allow passing NULLs to xytoclientDevin J. Pohly2020-05-021-8/+6
* remove outdated/fixed commentDevin J. Pohly2020-05-021-1/+0
* style: int instead of boolDevin J. Pohly2020-05-021-11/+10
* correct standard include for signal.hDevin J. Pohly2020-05-021-1/+1
* include border in xytoclientDevin J. Pohly2020-04-301-24/+16
* allow NULL surface with client in focus functionsDevin J. Pohly2020-04-301-1/+4
* make move-grab coords client-relativeDevin J. Pohly2020-04-301-4/+6
* unify movemouse/resizemouseDevin J. Pohly2020-04-302-28/+18
* fix a long lineDevin J. Pohly2020-04-261-1/+2
* wait to get window geometry until map timeDevin J. Pohly2020-04-261-3/+3
* use wlr_box for client geometryDevin J. Pohly2020-04-261-35/+33
* call arrange only where neededDevin J. Pohly2020-04-261-8/+18
* funnel isfloating changes through setfloating()Devin J. Pohly2020-04-261-5/+12
* move comment where it's more relevantDevin J. Pohly2020-04-261-5/+5
* update note about textureDevin J. Pohly2020-04-261-2/+2
* mouse move now changes window monitorDevin J. Pohly2020-04-261-0/+3
* options to select log levelDevin J. Pohly2020-04-261-2/+12
* rename keyboardfocus() to focusclient()Devin J. Pohly2020-04-261-56/+56
* integrate raiseclient into keyboardfocusDevin J. Pohly2020-04-261-21/+12
* don't pass compositor button events to clientDevin J. Pohly2020-04-261-28/+31
* render windows across monitorsDevin J. Pohly2020-04-261-4/+6
* abcDevin J. Pohly2020-04-261-22/+22
* funnel all monitor-moving through setmon()Devin J. Pohly2020-04-261-21/+18
* I'm good with changing the loglevel here...Devin J. Pohly2020-04-261-1/+1
* hang some stuff on ->dataDevin J. Pohly2020-04-261-8/+4
* linesaver in pointerfocusDevin J. Pohly2020-04-261-15/+12
* fix refocus on sendmonDevin J. Pohly2020-04-261-1/+2
* make sure windows always overlap with their monitorDevin J. Pohly2020-04-261-4/+29