From df9d721f7462a7edaacb9de4530580a68ab6e8ab Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 18 Mar 2024 18:17:04 +0400 Subject: Implement focus-follows-mouse --- resources/default-config.kdl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 7e4a4bd0..ed3cdc3d 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -70,6 +70,9 @@ input { // Uncomment this to make the mouse warp to the center of newly focused windows. // warp-mouse-to-focus + + // Focus windows and outputs automatically when moving the mouse into them. + // focus-follows-mouse } // You can configure outputs by their name, which you can find -- cgit