From 8d846d74e1ec39e8c7fef2b5db7e495c3a060473 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 30 Oct 2019 15:15:12 +0100 Subject: [PATCH] alot: remove mouse handling --- system/desktop/mail-stuff.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/desktop/mail-stuff.nix b/system/desktop/mail-stuff.nix index 70c9802..8f96150 100644 --- a/system/desktop/mail-stuff.nix +++ b/system/desktop/mail-stuff.nix @@ -182,7 +182,7 @@ in theme = "solarized_light_real" auto_remove_unread = True ask_subject = True - handle_mouse = True + handle_mouse = False initial_command = "search tag:inbox AND NOT tag:discourse" input_timeout = 0.3 exclude_tags = "killed"