]> git.lizzy.rs Git - bspwm.git/commit
Merge translate_position and translate_client
authorBastien Dejean <nihilhill@gmail.com>
Sun, 27 Oct 2013 10:25:34 +0000 (11:25 +0100)
committerBastien Dejean <nihilhill@gmail.com>
Sun, 27 Oct 2013 10:25:34 +0000 (11:25 +0100)
commitc989aa7efc698a8e4024c8c7b2e729e67935994f
tree3031e776f3123dfcc824c5b5479a661e7a67a0d1
parentc721a4dec2eef58d97ed91a29193596a3b5b819b
Merge translate_position and translate_client

- Expand `underlying_monitor` into `monitor_from_client` to avoid
  passing a NULL pointer to `translate_client`.
- Remove the `fit_monitor` setting (use the `--center` rule effect
  instead).
- Don't remap a window in it's last location (node invisibility would be
  the proper way to do this).
- Call `translate_client` after configure requests.
19 files changed:
Sourcedeps
contrib/bash_completion
contrib/zsh_completion
desktop.c
doc/bspwm.1
doc/bspwm.1.txt
events.c
messages.c
monitor.c
monitor.h
pointer.c
rule.c
rule.h
settings.c
settings.h
tree.c
types.h
window.c
window.h