|  | Commit message (Collapse) | Author | Age | 
|---|
| | 
| 
| 
| | dwm config parity | 
| | |  | 
| | |  | 
| | 
| 
| 
| | This reverts commit 9677f99dc3d5cb93ee6797609fd358fdfd3b3a3a. | 
| | 
| 
| 
| | This reverts commit 67896e9d8b98f679faf4456e26e82057c1884789. | 
| | 
| 
| 
| | This reverts commit 0ff13cf216056a36a261f4eed53c6a864989a9fb. | 
| | |  | 
| | |  | 
| | 
| 
| 
| | Hopefully this will help "future us" understand what's going on. | 
| | 
| 
| 
| 
| | This functionality belongs in updatemons(), where it can hopefully be
written a bit more elegantly. | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | The wlr-output-management protocol requires that either all of the
changes from an apply request be applied successfully, in which case a
"succeeded" event is sent, or all of the changes are reverted and a
"failed" event is sent.  As written, this could partially commit
changes, then fail.
Test the changes first (even for an "apply" event), then commit or
rollback as appropriate. | 
| |\  
| | 
| | | call updatemons at the appropriate times | 
| |/  
|   
|   
|   
| | This should end up firing precisely when we need to adjust our geometry,
rather than us guessing about it based on requests. | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| |\  
| | 
| | | Add config.h to .gitignore | 
| | | |  | 
| |\ \  
| | | 
| | | | Fix Initialization of NetWM Atoms | 
| | |/  
| |   
| |   
| |   
| |   
| | | Additionally, variables xcursor and xcursor_mgr are only used
when xwayland is defined, so I make the variables declaration
contingent on whether xwayland is being used | 
| |\ \  
| | | 
| | | | Determine monitor order spatially | 
| | | | |  | 
| | |/  
| |   
| |   
| |   
| | | No need to track our own order; wlroots has a reasonable default for us
already. | 
| |/  
|   
|   
| | Tracking with breaking change from swaywm/wlroots@b7dc4f2. | 
| |\  
| | 
| | | Define monitor's x,y at compile time | 
| | | 
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| | 
| | | Replaces the outputOrder patch.
This avoids recalculating positions and allows to arrange monitors in
any order, not just from left to right.
The order in which monitors are defined in config.h still matters but
it's just the order in the list, not the actual position. | 
| | | 
| | 
| | 
| | | Tracking with breaking change in swaywm/wlroots#2593. | 
| | | |  | 
| | | 
| | 
| | 
| | 
| | 
| | | I am embarrassed to have let this slip through someone's merge.  Anybody
who genuinely needs to `sudo make` will know it; everyone else should
use a proper package manager and build system. | 
| |\ \  
| |/  
|/| | document that we currently follow wlroots-git | 
| |/  
|   
|   
| | Closes #73. | 
| | 
| 
| 
| 
| | This reverts commit 90cc3b1e2c824db74e932dbb9733d398619a037c.  Didn't
mean to merge this change. | 
| | 
| 
| 
| 
| 
| 
| | This is the order of *_destroy calls which resulted in the fewest
errors/leaks detected by Valgrind.  Most of the errors come from the
gbm_allocator code - will have to figure out which destroy call is still
missing. | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| | This was a prime candidate for reducing the verbosity of some of our
code | 
| | 
| 
| 
| | This reverts commit 572ccd92c43b83b677e87c3926d0f5703224c2d8. | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | Similar to Linux kernel approach, encapsulate some of the uglier
conditional compilation into inline functions in header files.
The goal is to make dwl.c more attractive to people who embrace the
suckless philosophy - simple, short, hackable, and easy to understand.
We want dwm users to feel comfortable here, not scare them off.  Plus,
if we do this right, the main dwl.c code should require only minimal
changes once XWayland is no longer a necessary evil.
According to `cloc`, this also brings dwl.c down below 2000 lines of
non-blank, non-comment code. | 
| | |  | 
| | |  | 
| | |  |