From a31ba759da49b16016a929d2031d08e2fe5d2387 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 29 Aug 2023 12:20:20 +0200 Subject: Fix(hm/conf/lf): Disable cursor in preview pane --- hm/soispha/conf/lf/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hm/soispha/conf/lf/default.nix') diff --git a/hm/soispha/conf/lf/default.nix b/hm/soispha/conf/lf/default.nix index ed037b05..74de78b6 100644 --- a/hm/soispha/conf/lf/default.nix +++ b/hm/soispha/conf/lf/default.nix @@ -48,6 +48,9 @@ in { # close the server, after the last client exits set autoquit true + + # disable the cusor in the preview pane + set cursorpreviewfmt "" ''; }; } -- cgit 1.4.1