[plasma-manager] Add focus-follows-mouse

This commit is contained in:
2025-09-20 15:30:43 -07:00
parent 0d53b86fcb
commit a6effa3944

View File

@@ -159,6 +159,14 @@
}; };
kdeglobals.KDE.LookAndFeelPackage = "org.kde.breezedark.desktop"; kdeglobals.KDE.LookAndFeelPackage = "org.kde.breezedark.desktop";
# Focus follows mouse configuration
kwinrc.Windows = {
FocusPolicy = "FocusFollowsMouse";
AutoRaise = true; # Set to true if you want windows to auto-raise on focus
AutoRaiseInterval = 750; # Delay in ms before auto-raise (if enabled)
DelayFocusInterval = 0; # Delay in ms before focus follows mouse
};
}; };
}; };
} }