summaryrefslogtreecommitdiffstats
path: root/dwl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-19Allow borderpx = 0Stivvo1-2/+2
2020-12-19Toggle fullscreen on all clientsStivvo1-3/+18
2020-12-19Handle new windowsStivvo1-2/+22
2020-12-19isfullscreen intStivvo1-4/+5
2020-12-19Same fscreen func for xdg and xwaylandStivvo1-32/+14
2020-12-19Fullscreen xwaylandStivvo1-1/+31
2020-12-19Unlink fullscreenStivvo1-0/+1
2020-12-19Restore windows after fullscreenStivvo1-0/+14
2020-12-19No borders on fullscreen windowsStivvo1-1/+8
2020-12-19Toggle fullscreenStivvo1-1/+1
2020-12-19Basic fullscreenStivvo1-0/+11
2020-12-19handle the x11 configure eventGuido Cella1-0/+13
2020-12-19implement the virtual keyboard protocolGuido Cella1-0/+18
2020-12-19Allow toggling the layout before selecting a different oneGuido Cella1-1/+2
2020-12-19Implement the idle protocolGuido Cella1-0/+12
2020-12-19deactivate focused client when spawning a new oneGuido Cella1-26/+24
2020-12-19implement the wlr-data-transfer protocolGuido Cella1-0/+2
2020-12-19fix temporarily disabling a single monitorGuido Cella1-2/+1
2020-10-31Don't switch to another disabled monitorsStivvo1-15/+15
2020-10-31Fix crash with no monitors leftStivvo1-4/+3
2020-10-31closemon() has now only 1 parameterStivvo1-1/+1
2020-10-31Don't switch to disabled mons after unplugStivvo1-1/+3
2020-10-31Back to closemon() with one parameterStivvo1-8/+10
2020-10-31Disable mon fasterStivvo1-7/+3
2020-10-31Fix crash when disabling focused monStivvo1-4/+14
2020-10-31Fix crash unplugging focused mon 2Stivvo1-1/+2
2020-10-31Fix crash unplugging a focused monStivvo1-1/+2
2020-10-30Block access to disabled monitorStivvo1-4/+6
2020-10-30Move disabled clients to the leftStivvo1-2/+2
2020-10-30Closemon(), newmon as parameterStivvo1-15/+10
2020-10-30Actually move clients away from a disabled monStivvo1-14/+3
2020-10-30Fix crash when unplugging a focused monitorStivvo1-0/+1
2020-10-30Cleaner if statementStivvo1-3/+2
2020-10-25Handle monitor enableStivvo1-2/+9
2020-10-25Handle monitor enableStivvo1-2/+9
2020-10-25Move clients away from a disabled monitorStivvo1-2/+10
2020-10-24closemon()Stivvo1-3/+12
2020-10-18fix compile error mixed declarationStivvo1-1/+1
2020-10-17Move sgeom assignmentGuido Cella1-2/+1
2020-10-17Implement the output management protocolGuido Cella1-0/+81
2020-09-15Keep client tags on unplugStivvo1-1/+1
2020-09-15Handle monitor unplugStivvo1-16/+25
2020-09-12Restore floating win position after mon addStivvo1-0/+18
2020-09-11extract function and comment itGuido Cella1-11/+18
2020-09-11remove bracesGuido Cella1-2/+1
2020-09-11fix multi monitors even moreGuido Cella1-6/+15
2020-09-10simplifyGuido Cella1-1/+1
2020-09-09fix multi monitors furtherGuido Cella1-3/+1
2020-09-08remove unneeded lineGuido Cella1-1/+0
2020-09-08try to fix againGuido Cella1-4/+1