| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
there was no need, c (client variable) works fine
|
|
before it just used to focus on nothing if there was no window in the
other workspace, even if there was one on the other monitor. now it
focuses on the first window visible
|
|
|
|
previously lost code changes from lost commit
|
|
|
|
|
|
|
|
focus_next_mon now focuses the next monitor regardless or if there is no
window on that monitor or not.
|
|
|
|
|
|
|
|
|
|
|
|
fix closing client wont also warp cursor
|
|
|
|
|
|
|