Skip to content

Commit

Permalink
Misc improvements
Browse files Browse the repository at this point in the history
- Move Cambalache file so it's not included in the extenson zip
- Add range property in schema file
- Bump version to 6
  • Loading branch information
MateusRodCosta committed Sep 25, 2023
1 parent f9723ca commit 49ff079
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"url": "https://github.com/MateusRodCosta/gnome-shell-extension-default-workspace",
"uuid": "default-workspace@mateusrodcosta.com",
"settings-schema": "org.gnome.shell.extensions.default-workspace",
"version": 5
"version": 6

}
Binary file modified src/schemas/gschemas.compiled
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
path = "/org/gnome/shell/extensions/default-workspace/">

<key type="i" name="default-workspace-number">
<range min="1" max="36"/>
<default>2</default>
<summary>The number of chosen default workspace</summary>
<description>The default workspace is 2, as that is the minimum you have with dynamic workspaces.</description>
<summary>The number of the chosen default workspace</summary>
<description>The default chosen workspace is 2, as that is the minimum you have with dynamic workspaces.</description>
</key>

</schema>
Expand Down

0 comments on commit 49ff079

Please sign in to comment.