Revert "Change the defaults for active screen"
This reverts commit bcba2e252f
.
This change broke a dozen of tests, most of which were fixed. However,
it made more clear that we need to re-evaluate if enabling this option
by default is a good idea.
This commit is contained in:
parent
c793d5d619
commit
6b94be8652
2 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@
|
|||
</entry>
|
||||
|
||||
<entry key="ActiveMouseScreen" type="Bool">
|
||||
<default>true</default>
|
||||
<default code="true">focusPolicy() != KWin::Options::ClickToFocus</default>
|
||||
</entry>
|
||||
|
||||
<entry key="FocusStealingPreventionLevel" type="Int">
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
<default>false</default>
|
||||
</entry>
|
||||
<entry name="ActiveMouseScreen" type="Bool">
|
||||
<default>true</default>
|
||||
<default code="true">focusPolicy() != Options::ClickToFocus</default>
|
||||
</entry>
|
||||
<entry name="RollOverDesktops" type="Bool">
|
||||
<default>true</default>
|
||||
|
|
Loading…
Reference in a new issue