Also set DIALOG, UTILITY and SPLASH windows floating automatically

This commit is contained in:
Michael Stapelberg
2009-06-19 12:05:55 +02:00
parent a2a8cd85d6
commit a6d7f5451d
5 changed files with 16 additions and 4 deletions

View File

@ -3,7 +3,7 @@
*
* i3 - an improved dynamic tiling window manager
*
* (c) 2009 Michael Stapelberg and contributors
* © 2009 Michael Stapelberg and contributors
*
* See file LICENSE for license information.
*
@ -20,7 +20,7 @@
#ifndef _I3_H
#define _I3_H
#define NUM_ATOMS 14
#define NUM_ATOMS 17
extern char **start_argv;
extern Display *xkbdpy;

View File

@ -50,6 +50,9 @@ enum { _NET_SUPPORTED = 0,
_NET_WM_WINDOW_TYPE,
_NET_WM_WINDOW_TYPE_DOCK,
_NET_WM_WINDOW_TYPE_DIALOG,
_NET_WM_WINDOW_TYPE_UTILITY,
_NET_WM_WINDOW_TYPE_TOOLBAR,
_NET_WM_WINDOW_TYPE_SPLASH,
_NET_WM_DESKTOP,
_NET_WM_STRUT_PARTIAL,
WM_PROTOCOLS,