Change the defaults for active screen
As suggested in https://bugs.kde.org/show_bug.cgi?id=425798#c12. CCBUG: 425798 - https://bugs.kde.org/show_bug.cgi?id=425798
This commit is contained in:
parent
83003f0ccc
commit
bcba2e252f
2 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@
|
|||
</entry>
|
||||
|
||||
<entry key="ActiveMouseScreen" type="Bool">
|
||||
<default code="true">focusPolicy() != KWin::Options::ClickToFocus</default>
|
||||
<default>true</default>
|
||||
</entry>
|
||||
|
||||
<entry key="FocusStealingPreventionLevel" type="Int">
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
<default>false</default>
|
||||
</entry>
|
||||
<entry name="ActiveMouseScreen" type="Bool">
|
||||
<default code="true">focusPolicy() != Options::ClickToFocus</default>
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="RollOverDesktops" type="Bool">
|
||||
<default>true</default>
|
||||
|
|
Loading…
Reference in a new issue