implemented NET_ACTIVE_WINDOW support
This commit is contained in:
2
dwm.h
2
dwm.h
@ -22,7 +22,7 @@ union Arg {
|
||||
};
|
||||
|
||||
/* atoms */
|
||||
enum { NetSupported, NetWMName, NetLast };
|
||||
enum { NetSupported, NetWMName, NetActiveWindow, NetLast };
|
||||
enum { WMProtocols, WMDelete, WMLast };
|
||||
|
||||
/* cursor */
|
||||
|
Reference in New Issue
Block a user