summaryrefslogtreecommitdiffstats
path: root/dwl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-15update status info if focused client changes titleDevin J. Pohly1-0/+13
2021-04-14pipe status info into -s commandDevin J. Pohly1-1/+8
2021-04-09nuke CSDs, hopefully for good!Devin J. Pohly1-39/+6
2021-03-30don't move/resize if already moving/resizingDevin J. Pohly1-2/+1
2021-03-25Fullscreen: simplifications and fixesStivvo1-36/+8
2021-03-13changed fprintf(stdout) instances to printf(), changed function name from sta...David Donahue1-32/+32
2021-03-13Revert "remove sigchld function"Devin J. Pohly1-3/+17
2021-03-10remove sigchld functionDevin J. Pohly1-12/+3
2021-03-06added redirect from stdout to stderr for spawned processes to prevent conflic...David Donahue1-0/+2
2021-03-01Fixed tab formatting in 6 locations where statusbar() is calledDavid Donahue1-6/+6
2021-03-01Changed output to stdout instead of a fileDavid Donahue1-14/+6
2021-03-01updated output format for better expansibility and easier parsingDavid Donahue1-4/+5
2021-02-16Revert "Revert "remove EGL parameter from backend_autocreate""Devin J. Pohly1-1/+1
2021-02-16Revert "Revert "fix undeclared WLR_KEY_PRESSED""Devin J. Pohly1-1/+1
2021-02-16Revert "fix undeclared WLR_KEY_PRESSED"Devin J. Pohly1-1/+1
2021-02-16Revert "remove EGL parameter from backend_autocreate"Devin J. Pohly1-1/+1
2021-02-14fix style on space-indented functionDevin J. Pohly1-4/+4
2021-02-08Removed unused variable from statusbarDavid Donahue1-1/+0
2021-02-07added statusbar update when tags are updatedDavid Donahue1-0/+4
2021-02-07Added interface to output information about tags, the currently selected moni...David Donahue1-0/+36
2021-01-18add some explanation of output reconfigurationDevin J. Pohly1-0/+13
2021-01-18remove hacky code from output-management handlerDevin J. Pohly1-11/+3
2021-01-18commit entire output config, or fail and rollbackDevin J. Pohly1-5/+8
2021-01-18use updatemons as handler for output_layout.changeDevin J. Pohly1-8/+6
2021-01-18unify increment style while we're hereDevin J. Pohly1-3/+3
2021-01-18remove unnecessary variableDevin J. Pohly1-2/+1
2021-01-18cleanup on aisle createmon()Devin J. Pohly1-15/+12
2021-01-11Fix Initialization of NetWM Atomssam-barr1-2/+4
2021-01-06remove now-unneeded monitor position fieldDevin J. Pohly1-12/+1
2021-01-06use output layout for dirtomonDevin J. Pohly1-14/+12
2021-01-04remove EGL parameter from backend_autocreateDevin J. Pohly1-1/+1
2020-12-30Define monitor's x,y at compile timeStivvo1-14/+7
2020-12-28Revert "Allow toggling the layout before selecting a different one"Devin J. Pohly1-2/+1
2020-12-27flesh out cleanupDevin J. Pohly1-1/+3
2020-12-27fix segfault in xwayland cursor managerDevin J. Pohly1-8/+6
2020-12-27macroize event handlersDevin J. Pohly1-51/+33
2020-12-25no need to cast NULL to void *Devin J. Pohly1-1/+1
2020-12-25consolidate some of the ugliness into a separate fileDevin J. Pohly1-125/+35
2020-12-24fix build with -DXWAYLANDDevin J. Pohly1-15/+13
2020-12-24don't call applyexclusive just to returnDevin J. Pohly1-44/+42
2020-12-24let's not alienate the dwm folksDevin J. Pohly1-115/+127
2020-12-24simplify ROUND macroDevin J. Pohly1-1/+1
2020-12-24fix crash on non-libinput pointers (e.g. X11 backend)Devin J. Pohly1-5/+7
2020-12-24Change fullscreen policiesStivvo1-25/+30
2020-12-24quitallfullscreen() even when enabling fullscreenStivvo1-7/+14
2020-12-24Remove goto render (easier merge)Stivvo1-19/+18
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