mirror of
https://github.com/swaywm/sway.git
synced 2025-11-16 06:59:49 -05:00
Implement window_type criteria token
This commit is contained in:
parent
1f1b1b34d6
commit
f4ec308376
4 changed files with 42 additions and 7 deletions
|
|
@ -17,6 +17,7 @@
|
|||
#include "sway/tree/view.h"
|
||||
|
||||
static const char *atom_map[ATOM_LAST] = {
|
||||
"_NET_WM_WINDOW_TYPE_NORMAL",
|
||||
"_NET_WM_WINDOW_TYPE_DIALOG",
|
||||
"_NET_WM_WINDOW_TYPE_UTILITY",
|
||||
"_NET_WM_WINDOW_TYPE_TOOLBAR",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue