You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The easiest way to install this extension is via the [GNOME Extensions](https://extensions.gnome.org/extension/1485/workspace-matrix/) website.
25
+
26
+
## Contributing
27
+
28
+
Pull requests for issues that are marked as "bug" or "help wanted" are always welcome. If you want to implement any other new feature, please open an issue about this first. See the next section on how to get started with development.
29
+
30
+
## Developing
31
+
32
+
You can develop this extension "live" while it is installed in GNOME on your system:
33
+
34
+
1. Uninstall this extension if it is already installed. You can do this via the [GNOME Extensions](https://extensions.gnome.org/extension/1485/workspace-matrix/) website.
35
+
2. Clone this repository somewhere, e.g. to `~/code/gnome-shell-workspace-matrix`.
36
+
3. Create a symlink from this repository to the GNOME extensions directory, e.g.:
4. Restart GNOME by pressing Alt+F2 and running the command `r`. Do this whenever you want to apply and test a change of the code.
41
+
42
+
If you change something in the gschema XML file, run `make` to recompile it. The `make` command also builds the ZIP file that can be used for new releases of this extension.
0 commit comments