From 4ad1c0c8a87b7aeb6078452aa8b8b49b153b02f0 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Wed, 2 Feb 2022 00:05:12 -0500 Subject: [PATCH] Set cursor to hidden in unfocused windows --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index a4fe0d7..3577e88 100644 --- a/init.el +++ b/init.el @@ -68,6 +68,7 @@ message-truncate-lines t ; Truncate messages in the echo area inhibit-startup-screen t ; Don't show startup screen inhibit-splash-screen t ; Don't show splash screen + cursor-in-non-selected-windows nil ; Don't show cursor in unfocused windows x-gtk-use-system-tooltips nil ; Don't use system tooltips mouse-wheel-progressive-speed nil ; Don't accelerate mouse scrolling scroll-preserve-screen-position 1 ; Don't move cursor while scrolling