]> git.sur5r.net Git - i3/i3/commit
Improved detection of windows that want floating
authorKernc <kerncece@gmail.com>
Sat, 15 Feb 2014 15:49:41 +0000 (16:49 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 8 Mar 2014 20:00:44 +0000 (21:00 +0100)
commit8ed95ae58cb371a24214ec0474199f5551829cd6
tree204b92db96e9d9e4aeb6c31070c2296a7c6901ef
parentb28ddca96d58689e50becd33de8a4031f520befd
Improved detection of windows that want floating

Windows that match the following criteria are floated by default:
- dialog, utility, toolbar, or splash windows,
- modal windows, or
- windows that have specified equal minimum and maximum size.

closes #1182
include/atoms.xmacro
include/xcb_compat.h
src/manage.c