Default RollOverDesktops (AKA "navigation wraps around") to false

Having RollOverDesktops false is more intuitive and "natural" for
new users, who may be disoriented by virtual desktop navigation
wrapping around (especially for small numbers of virtual desktops)
and not find the setting to change it very easily.
master
awed potato 2 years ago committed by Nate Graham
parent 862aae9d35
commit 717e17d578

@ -7,7 +7,7 @@
<group name="Windows">
<entry name="rollOverDesktops" key="RollOverDesktops" type="bool">
<label>Whether or not, we circle through the virtual desktop when moving from one to the next</label>
<default>true</default>
<default>false</default>
</entry>
</group>
<group name="Plugins">

@ -103,7 +103,7 @@
<default>true</default>
</entry>
<entry name="RollOverDesktops" type="Bool">
<default>true</default>
<default>false</default>
</entry>
<entry name="FocusStealingPreventionLevel" type="Int">
<default>1</default>

Loading…
Cancel
Save