Fix readme

This commit is contained in:
2024-04-03 11:10:01 +02:00
parent 3614b4c08c
commit 2c2d6181e8
28 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ cd multi-monitors-add-on
# create a local shared gnome shell extensions dir
mkdir -p ~/.local/share/gnome-shell/extensions
# create a symbolic link in the extensions dir to this extension
ln -sr multi-monitors-add-on@spin83 ~/.local/share/gnome-shell/extensions
ln -sr multi-monitors-add-on@breizhhardware ~/.local/share/gnome-shell/extensions
```
Restart the shell and then enable the extension.

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -92,7 +92,7 @@ var MultiMonitorsIndicator = (() => {
}
_onPreferences() {
const uuid = "multi-monitors-add-on@spin83";
const uuid = "multi-monitors-add-on@breizhhardware";
Gio.DBus.session.call(
'org.gnome.Shell.Extensions',
'/org/gnome/Shell/Extensions',