diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-09-06 12:54:58 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-09-06 12:54:58 +0200 |
commit | 42d5f27d32c74b29545ce0922e55407fa5ccc7fc (patch) | |
tree | 8af1f1049bcff9c717f21d95a337da70add5d0e0 /lib/Phi/X11 | |
parent | 499eaf95fb37b7ae14cf44c1f60f4a268ac10f52 (diff) | |
download | phi-42d5f27d32c74b29545ce0922e55407fa5ccc7fc.tar phi-42d5f27d32c74b29545ce0922e55407fa5ccc7fc.zip |
For now, print desktop names instead of numbers
Diffstat (limited to 'lib/Phi/X11')
-rw-r--r-- | lib/Phi/X11/AtomList.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Phi/X11/AtomList.hs b/lib/Phi/X11/AtomList.hs index 535a252..dbd6fc5 100644 --- a/lib/Phi/X11/AtomList.hs +++ b/lib/Phi/X11/AtomList.hs @@ -35,6 +35,7 @@ atoms = [ "UTF8_STRING" , "_NET_ACTIVE_WINDOW" , "_NET_NUMBER_OF_DESKTOPS" , "_NET_CURRENT_DESKTOP" + , "_NET_DESKTOP_NAMES" , "_NET_CLIENT_LIST" , "_MOTIF_WM_HINTS" , "_XEMBED" |