Set cursor to hidden in unfocused windows
This commit is contained in:
parent
303db04162
commit
4ad1c0c8a8
1
init.el
1
init.el
@ -68,6 +68,7 @@
|
|||||||
message-truncate-lines t ; Truncate messages in the echo area
|
message-truncate-lines t ; Truncate messages in the echo area
|
||||||
inhibit-startup-screen t ; Don't show startup screen
|
inhibit-startup-screen t ; Don't show startup screen
|
||||||
inhibit-splash-screen t ; Don't show splash 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
|
x-gtk-use-system-tooltips nil ; Don't use system tooltips
|
||||||
mouse-wheel-progressive-speed nil ; Don't accelerate mouse scrolling
|
mouse-wheel-progressive-speed nil ; Don't accelerate mouse scrolling
|
||||||
scroll-preserve-screen-position 1 ; Don't move cursor while scrolling
|
scroll-preserve-screen-position 1 ; Don't move cursor while scrolling
|
||||||
|
Loading…
Reference in New Issue
Block a user