diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-03-18 18:17:04 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-03-18 19:32:03 +0400 |
| commit | df9d721f7462a7edaacb9de4530580a68ab6e8ab (patch) | |
| tree | 1ed2c1a905253bba7f49d433592e1ebf4be4193d /resources | |
| parent | d970abead82abab8ac2596662bc4d8e41a53e003 (diff) | |
| download | niri-df9d721f7462a7edaacb9de4530580a68ab6e8ab.tar.gz niri-df9d721f7462a7edaacb9de4530580a68ab6e8ab.tar.bz2 niri-df9d721f7462a7edaacb9de4530580a68ab6e8ab.zip | |
Implement focus-follows-mouse
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
