Set _NET_WM_NAME atom

This commit is contained in:
Matthias Schiffer 2011-07-13 20:13:04 +02:00
parent 5c9c99b41c
commit 90c25a997b
2 changed files with 8 additions and 3 deletions

View file

@ -1,8 +1,8 @@
module Phi.X11.AtomList ( atoms
) where
atoms = [ "_XROOTPMAP_ID"
, "_XROOTMAP_ID"
atoms = [ "UTF8_STRING"
, "_NET_WM_NAME"
, "_NET_WM_WINDOW_TYPE"
, "_NET_WM_WINDOW_TYPE_DOCK"
, "_NET_WM_DESKTOP"
@ -11,7 +11,9 @@ atoms = [ "_XROOTPMAP_ID"
, "_NET_WM_STATE_SKIP_TASKBAR"
, "_NET_WM_STATE_STICKY"
, "_NET_WM_STATE_BELOW"
, "_MOTIF_WM_HINTS"
, "_NET_WM_STRUT"
, "_NET_WM_STRUT_PARTIAL"
, "_MOTIF_WM_HINTS"
, "_XROOTPMAP_ID"
, "_XROOTMAP_ID"
]