summaryrefslogtreecommitdiffstats
path: root/dwl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-21update comments and remove debugging printfGuido Cella1-9/+3
2020-12-21Define monitor order with monrules[]Stivvo1-4/+26
2020-12-21don't reset the cursor imageGuido Cella1-1/+1
2020-12-20say TODOGuido Cella1-8/+8
2020-12-20rename drwGuido Cella1-9/+9
2020-12-20don't notify of activityGuido Cella1-4/+7
2020-12-20deactivate the focused client on overlay focusGuido Cella1-0/+2
2020-12-20replace shouldfocusclients with checking oldGuido Cella1-27/+24
2020-12-20fix keyboard focus with overlaysGuido Cella1-7/+8
2020-12-20ensure that xwayland cursor defaults to left_ptrGuido Cella1-0/+7
2020-12-20enable adaptive syncGuido Cella1-0/+1
2020-12-20use boolGuido Cella1-51/+53
2020-12-19remove -Werror=declaration-after-statementGuido Cella1-162/+150
2020-12-19remove goto when the border is 0Guido Cella1-3/+0
2020-12-19remove useless assignmentGuido Cella1-1/+0
2020-12-19s/maprequest/mapnotifyGuido Cella1-4/+4
2020-12-19Added support for natural scrollingwill1-0/+5
2020-12-19Added basic tap-to-click for touchpad userswill1-0/+6
2020-12-19Made scalebox the way sway does itBonicgamer1-4/+5
2020-12-19s/prev/oldGuido Cella1-9/+9
2020-12-19remove togglefullscreen keybindingGuido Cella1-8/+0
2020-12-19Readme: achieve fullscreen + allow borderpx = 0Stivvo1-2/+2
2020-12-19Quit fullscreen on new x11 windowStivvo1-3/+4
2020-12-19Delete quitfullscreen()Stivvo1-20/+4
2020-12-19Keep windows fullscreen after redrawStivvo1-0/+8
2020-12-19Set fullscreen simplerStivvo1-4/+4
2020-12-19use m->m (fullscreen on top of layers)Stivvo1-1/+1
2020-12-19fix typoGuido Cella1-4/+4
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