aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/skhd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/skhd.c b/src/skhd.c
index ee2da62..ed2617c 100644
--- a/src/skhd.c
+++ b/src/skhd.c
@@ -518,8 +518,8 @@ int main(int argc, char **argv)
NSApplicationLoad();
notify_init();
- CGSRegisterNotifyProc((void*)connection_handler, 752, NULL);
- CGSRegisterNotifyProc((void*)connection_handler, 753, NULL);
+ // CGSRegisterNotifyProc((void*)connection_handler, 752, NULL);
+ // CGSRegisterNotifyProc((void*)connection_handler, 753, NULL);
CFRunLoopRun();
return EXIT_SUCCESS;