| Age | Commit message (Collapse) | Author |
|
|
|
|
|
moved the XRaiseWindow calls outside of tile()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
some were unnessiary so i removed them and some had to be added
|
|
|
|
|
|
just a bunch of documentation.
see diff to see more
|
|
|
|
|
|
|
|
was +- resize_stack_amt not resize_window_amt
changed: resize_stack_amt -> resize_window_amt
|
|
window resizing + moving by keyboard
|
|
|
|
Fix Window swallowing to target the parent window and not any swallower
|
|
deleted Makefile whoops
|
|
|
|
|
|
|
|
|
|
|
|
Small miscellaneous revisions/refactors
|
|
|
|
|
|
fullscreen is disabled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* remove config.h
* improve modifier mask cleaning
* use keycode instead of sym when dealing with bindings
* put <linux/limits.h> into ifdef __linux__
|
|
|
|
|
|
|
|
problem: removed the c->fixed/floating = True;
fix: added it back
|
|
|
|
|
|
|
|
|
|
|