clarify keyboardfocus vs pointerfocus
         
        
        
          
draw window borders
Works with scaled/rotated displays too!
         
        
        
          
factor out scalebox()
May switch to the version from sway if that seems like a good idea at
some point.
         
        
        
        
        
          
configure monitor rotation/reflection
         
        
        
        
        
          
add chvt function
It truly isn't just a window manager anymore :-|
         
        
        
        
        
          
make space for window borders
         
        
        
          
change cursor during move and resize
         
        
        
        
        
          
simplify move/resizemouse functions
         
        
        
          
funnel all resizing through resize()
         
        
        
          
use exit code macros everywhere
         
        
        
          
some comments and reminders
         
        
        
        
        
          
factor out renderclients
This will help once we get to implementing layer-shell
         
        
        
          
don't autoraise
Still raise in buttonpress and focusstack of course.  Focus models
honestly wouldn't be too hard to make into a config.h option.
         
        
        
          
use the focus stack to determine stacking order
Suddenly we have autoraise!