summaryrefslogtreecommitdiff
path: root/dwl.c
AgeCommit message (Expand)Author
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
2020-04-26funnel all monitor-moving through setmon()Devin J. Pohly
2020-04-26I'm good with changing the loglevel here...Devin J. Pohly
2020-04-26hang some stuff on ->dataDevin J. Pohly
2020-04-26linesaver in pointerfocusDevin J. Pohly
2020-04-26fix refocus on sendmonDevin J. Pohly
2020-04-26make sure windows always overlap with their monitorDevin J. Pohly
2020-04-26track window width/heightDevin J. Pohly
2020-04-26use wlr_box for monitor regionsDevin J. Pohly
2020-04-26save lines in keyboardfocusDevin J. Pohly
2020-04-26don't unfocus when mouse leaves a windowDevin J. Pohly
2020-04-25fix multi-dpi scalingDevin J. Pohly
2020-04-24clarify keyboardfocus vs pointerfocusDevin J. Pohly
2020-04-23draw window bordersDevin J. Pohly
2020-04-23factor out scalebox()Devin J. Pohly
2020-04-23note about cursor initDevin J. Pohly
2020-04-23configure monitor rotation/reflectionDevin J. Pohly
2020-04-23add chvt functionDevin J. Pohly
2020-04-23make space for window bordersDevin J. Pohly
2020-04-23change cursor during move and resizeDevin J. Pohly
2020-04-23style in buttonpressDevin J. Pohly
2020-04-23simplify move/resizemouse functionsDevin J. Pohly
2020-04-23funnel all resizing through resize()Devin J. Pohly
2020-04-23use exit code macros everywhereDevin J. Pohly
2020-04-23some comments and remindersDevin J. Pohly
2020-04-23factor out renderclientsDevin J. Pohly
2020-04-23don't autoraiseDevin J. Pohly
2020-04-23use the focus stack to determine stacking orderDevin J. Pohly
2020-04-23adopt a bit more dwm-like tersenessDevin J. Pohly
2020-04-23change focus(NULL, NULL) to mean unfocusDevin J. Pohly
2020-04-23implement focusmon and tagmonDevin J. Pohly
2020-04-23focus follows mouseDevin J. Pohly
2020-04-23add incnmaster and setmfact commandsDevin J. Pohly
2020-04-23add toggletag and toggleviewDevin J. Pohly
2020-04-23don't detect non-visible clients under cursorDevin J. Pohly
2020-04-23add tag and view functionsDevin J. Pohly
2020-04-23refocus if focused client is unmappedDevin J. Pohly
2020-04-23implement floating windowsDevin J. Pohly
2020-04-23load scaled cursor theme with each outputDevin J. Pohly
2020-04-23turn focusnext into dwm's focusstackDevin J. Pohly
2020-04-23restrict focusnext to the same monitorDevin J. Pohly
2020-04-23styleDevin J. Pohly
2020-04-23add selclient() helperDevin J. Pohly
2020-04-22continue to focus monitor under mouse cursorDevin J. Pohly