add support for title changes, cursor config, and dnd

This commit is contained in:
Colin Davidson
2024-06-06 02:39:48 -07:00
parent fcfc1cb97f
commit 70592630a4
2 changed files with 29 additions and 6 deletions
+5
View File
@@ -17,6 +17,11 @@ AllTemporary :: 0
CurrentTime :: 0
NoSymbol :: 0
PropModeReplace :: 0
PropModePrepend :: 1
PropModeAppend :: 2
XA_ATOM :: Atom(4)
XA_WM_CLASS :: Atom(67)
XA_WM_CLIENT_MACHINE :: Atom(36)
XA_WM_COMMAND :: Atom(34)