diff options
author | Ryan Huber <rhuber@gmail.com> | 2017-02-04 23:25:18 -0800 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2017-02-04 23:25:18 -0800 |
commit | a4a2f5ae20e6583721e3a14eda7267e34314982b (patch) | |
tree | 23888d44a5a27ac2769fd08e37c0d5de9dd83071 /wee_slack.py | |
parent | 0e17aed54659008daad66dacc379213ddf1d0bb0 (diff) | |
download | wee-slack-a4a2f5ae20e6583721e3a14eda7267e34314982b.tar.gz |
disable unused hook
Diffstat (limited to 'wee_slack.py')
-rw-r--r-- | wee_slack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wee_slack.py b/wee_slack.py index 01876bf..e6733f8 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -2352,7 +2352,7 @@ if __name__ == "__main__": w.hook_signal('window_switch', "buffer_switch_callback", "EVENTROUTER") #w.hook_signal('input_text_changed', "typing_notification_cb", "") w.hook_signal('quit', "quit_notification_cb", "") - w.hook_signal('window_scrolled', "scrolled_cb", "") + #w.hook_signal('window_scrolled', "scrolled_cb", "") cmds = {k[8:]: v for k, v in globals().items() if k.startswith("command_")} w.hook_command( # Command name and description |