aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2023-05-03 14:52:16 +0200
committerkoekeishiya <aasvi93@hotmail.com>2023-05-03 14:52:16 +0200
commit619b695e82dad5f51f24d2e2eadfe9e4b7f9440b (patch)
treef892a3c870f524aed975f8c6ef41aad11493941d
parent1fddb7aaa221cb3e1063c2fd32fd7e19700acb95 (diff)
downloadskhd-619b695e82dad5f51f24d2e2eadfe9e4b7f9440b.tar.gz
skhd-619b695e82dad5f51f24d2e2eadfe9e4b7f9440b.zip
#265 disable notifications when 'secure keyboard entry' changes
-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;