From 619b695e82dad5f51f24d2e2eadfe9e4b7f9440b Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Wed, 3 May 2023 14:52:16 +0200 Subject: #265 disable notifications when 'secure keyboard entry' changes --- src/skhd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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; -- cgit v1.2.3