Modules/Niri: Increase max-scroll-amount for mouse focus
This commit is contained in:
@@ -432,7 +432,7 @@ in {
|
|||||||
input = {
|
input = {
|
||||||
focus-follows-mouse = {
|
focus-follows-mouse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
max-scroll-amount = "0%"; # Skip partial windows that would scroll the viewport on focus
|
max-scroll-amount = "10%"; # Skip partial windows that would scroll the viewport on focus
|
||||||
};
|
};
|
||||||
|
|
||||||
keyboard = {
|
keyboard = {
|
||||||
|
|||||||
Reference in New Issue
Block a user