Skip to content

Commit

Permalink
Fix default wraparound mode
Browse files Browse the repository at this point in the history
Resolves #189
  • Loading branch information
mzur committed Oct 18, 2021
1 parent 03fe291 commit 64c3895
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified [email protected]/schemas/gschemas.compiled
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<summary>Whether to show workspace names or not</summary>
</key>
<key name="wraparound-mode" enum="org.gnome.shell.extensions.wsmatrix.wraparoundMode">
<default>'rows-columns'</default>
<default>'none'</default>
<summary>Wraparound workspaces while navigating</summary>
</key>
<key type="b" name="show-overview-grid">
Expand Down

0 comments on commit 64c3895

Please sign in to comment.