aboutsummaryrefslogtreecommitdiffstats
path: root/dwl.c
AgeCommit message (Expand)AuthorLines
2020-12-19Allow toggling the layout before selecting a different oneGuido Cella-1/+2
2020-12-19Implement the idle protocolGuido Cella-0/+12
2020-12-19deactivate focused client when spawning a new oneGuido Cella-26/+24
2020-12-19implement the wlr-data-transfer protocolGuido Cella-0/+2
2020-12-19fix temporarily disabling a single monitorGuido Cella-2/+1
2020-10-31Don't switch to another disabled monitorsStivvo-15/+15
2020-10-31Fix crash with no monitors leftStivvo-4/+3
2020-10-31closemon() has now only 1 parameterStivvo-1/+1
2020-10-31Don't switch to disabled mons after unplugStivvo-1/+3
2020-10-31Merge branch 'handleUnplug' into output-managementStivvo-8/+10
2020-10-31Back to closemon() with one parameterStivvo-8/+10
2020-10-31Disable mon fasterStivvo-7/+3
2020-10-31Fix crash when disabling focused monStivvo-4/+14
2020-10-31Fix crash unplugging focused mon 2Stivvo-1/+2
2020-10-31Merge branch 'handleUnplug' into output-managementStivvo-1/+2
2020-10-31Fix crash unplugging a focused monStivvo-1/+2
2020-10-31Focus client on a new monitor before closingStivvo-0/+1
2020-10-30Block access to disabled monitorStivvo-4/+6
2020-10-30Move disabled clients to the leftStivvo-2/+2
2020-10-30Merge branch 'handleUnplug' into output-managementStivvo-14/+10
2020-10-30Merge branch 'handleUnplug' of http://olidata.stivvo01.com:3000/Stivvo01/dwl ...Stivvo-0/+1
2020-10-30Closemon(), newmon as parameterStivvo-15/+10
2020-10-30Actually move clients away from a disabled monStivvo-14/+3
2020-10-30Merge branch 'handleUnplug' into output-managementStivvo-3/+3
2020-10-30Fix crash when unplugging a focused monitorStivvo-0/+1
2020-10-30Cleaner if statementStivvo-3/+2
2020-10-25Handle monitor enableStivvo-2/+9
2020-10-25Move clients away from a disabled monitorStivvo-2/+10
2020-10-25Merge branch 'handleUnplug' into output-managementStivvo-3/+12
2020-10-24closemon()Stivvo-3/+12
2020-10-24Merge branch 'handleUnplug' into output-managementStivvo-4/+29
2020-10-18fix compile error mixed declarationStivvo-1/+1
2020-10-17Move sgeom assignmentGuido Cella-2/+1
2020-10-17Implement the output management protocolGuido Cella-0/+81
2020-09-15Keep client tags on unplugStivvo-1/+1
2020-09-15Handle monitor unplugStivvo-16/+25
2020-09-12Restore floating win position after mon addStivvo-0/+18
2020-09-11extract function and comment itGuido Cella-11/+18
2020-09-11remove bracesGuido Cella-2/+1
2020-09-11fix multi monitors even moreGuido Cella-6/+15
2020-09-10simplifyGuido Cella-1/+1
2020-09-09fix multi monitors furtherGuido Cella-3/+1
2020-09-08remove unneeded lineGuido Cella-1/+0
2020-09-08try to fix againGuido Cella-4/+1
2020-09-08fix multi monitorsGuido Cella-1/+5
2020-09-06remove variableGuido Cella-4/+3
2020-09-05use size_t for lengthsGuido Cella-4/+4
2020-09-05rename variable and merge 2 linesGuido Cella-3/+2
2020-09-05simplifyGuido Cella-10/+4
2020-09-04use unsigned int for loop indexesGuido Cella-3/+3