aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-12-25add Discord linkDevin J. Pohly-0/+2
2020-12-25add "all" targetDevin J. Pohly-0/+1
2020-12-25making this a teamDevin J. Pohly-1/+1
2020-12-25XWayland still buggy, disable by defaultDevin J. Pohly-1/+1
2020-12-25no need to cast NULL to void *Devin J. Pohly-1/+1
2020-12-25consolidate some of the ugliness into a separate fileDevin J. Pohly-127/+200
2020-12-25Stivvo deserves a shout-out too!Devin J. Pohly-0/+1
2020-12-24fix build with -DXWAYLANDDevin J. Pohly-15/+13
2020-12-24missed a few of theseDevin J. Pohly-3/+3
2020-12-24don't call applyexclusive just to returnDevin J. Pohly-44/+42
2020-12-24let's not alienate the dwm folksDevin J. Pohly-116/+128
2020-12-24Merge updates from guidocellaDevin J. Pohly-292/+534
2020-12-24Merge pull request #32 from alex-courtis/24-xwayland-cursorDevin J. Pohly-0/+18
2020-12-24simplify ROUND macroDevin J. Pohly-1/+1
2020-12-24Merge pull request #54 from Bonicgamer/swayscaleboxDevin J. Pohly-4/+5
2020-12-24Merge pull request #53 from Stivvo/fullscreenDevin J. Pohly-21/+106
2020-12-24fix crash on non-libinput pointers (e.g. X11 backend)Devin J. Pohly-5/+7
2020-12-24Same target as dwm sounds like a good goalDevin J. Pohly-1/+1
2020-12-24Merge pull request #49 from guidocella/layer-shellDevin J. Pohly-13/+771
2020-12-24use the install command to installDevin J. Pohly-3/+1
2020-12-24Merge pull request #65 from Keating950/masterDevin J. Pohly-0/+8
2020-12-24Merge pull request #56 from oyren/readme_logDevin J. Pohly-6/+0
2020-12-24Merge pull request #62 from Java-boi/masterDevin J. Pohly-1/+17
2020-12-24Merge pull request #66 from richardipsum/masterDevin J. Pohly-1/+1
2020-12-24Change fullscreen policiesStivvo-25/+30
2020-12-24quitallfullscreen() even when enabling fullscreenStivvo-7/+14
2020-12-24Remove goto render (easier merge)Stivvo-19/+18
2020-12-22spacingGuido Cella-0/+1
2020-12-21remove github directoryGuido Cella-20/+0
2020-12-21disable natural scrolling by defaultGuido Cella-1/+1
2020-12-21update comments and remove debugging printfGuido Cella-13/+6
2020-12-21Define monitor order with monrules[]Stivvo-4/+29
2020-12-21don't reset the cursor imageGuido Cella-1/+1
2020-12-21update README.mdGuido Cella-30/+25
2020-12-20say TODOGuido Cella-8/+8
2020-12-20rename drwGuido Cella-9/+9
2020-12-20don't notify of activityGuido Cella-4/+7
2020-12-20deactivate the focused client on overlay focusGuido Cella-0/+2
2020-12-20replace shouldfocusclients with checking oldGuido Cella-27/+24
2020-12-20fix keyboard focus with overlaysGuido Cella-7/+8
2020-12-20ensure that xwayland cursor defaults to left_ptrGuido Cella-0/+7
2020-12-20enable adaptive syncGuido Cella-0/+1
2020-12-20use boolGuido Cella-54/+56
2020-12-19remove -Werror=declaration-after-statementGuido Cella-163/+151
2020-12-19remove goto when the border is 0Guido Cella-3/+0
2020-12-19remove useless assignmentGuido Cella-1/+0
2020-12-19s/maprequest/mapnotifyGuido Cella-4/+4
2020-12-19add install target to Makefile and corresponding prefix variable to config.mkKeating950-0/+8
2020-12-19tweak trackpad variablesGuido Cella-4/+4
2020-12-19Added support for natural scrollingwill-0/+6