From 741bee461cbdaf0236eaa55dc86dc84b01613128 Mon Sep 17 00:00:00 2001 From: FluxTape Date: Mon, 26 Feb 2024 18:47:46 +0100 Subject: Implement warp-mouse-to-focus --- 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 0567573b..7e4a4bd0 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -67,6 +67,9 @@ input { // Uncomment this if you would like to configure the power button elsewhere // (i.e. logind.conf). // disable-power-key-handling + + // Uncomment this to make the mouse warp to the center of newly focused windows. + // warp-mouse-to-focus } // You can configure outputs by their name, which you can find -- cgit