diff options
| author | William Hergès <william@herges.fr> | 2025-12-25 19:04:34 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-12-25 19:04:34 +0100 |
| commit | 621294cc0ddba64ee2fcbebfbeadc546068fb940 (patch) | |
| tree | 0b0ab9218fa5b7dfa64536446072c8a478fe616e | |
| parent | 42a7007f8e5d2e076bbfff6a40568462c9a4f3ac (diff) | |
feat(niri): disable focus on hover when window is not full screen
| -rw-r--r-- | config/niri/config.kdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/niri/config.kdl b/config/niri/config.kdl index d5a13a1..4ed4a18 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -53,7 +53,7 @@ input { // Focus windows and outputs automatically when moving the mouse into them. // Setting max-scroll-amount="0%" makes it work only on windows already fully on screen. - focus-follows-mouse max-scroll-amount="80%" + focus-follows-mouse max-scroll-amount="0%" } cursor { |
