show X root window name in spot1 title for a custom status bar
This commit is contained in:
2
setup.c
2
setup.c
@@ -150,7 +150,7 @@ void setup()
|
||||
}
|
||||
|
||||
// become the window manager
|
||||
XSelectInput(display, root, StructureNotifyMask | SubstructureRedirectMask | SubstructureNotifyMask);
|
||||
XSelectInput(display, root, PropertyChangeMask | StructureNotifyMask | SubstructureRedirectMask | SubstructureNotifyMask);
|
||||
|
||||
// ewmh support
|
||||
unsigned long pid = getpid();
|
||||
|
||||
Reference in New Issue
Block a user