mirror of
https://github.com/BreizhHardware/multi-monitors-add-on.git
synced 2026-01-18 16:47:26 +01:00
Fix readme
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@@ -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',
|
||||
Reference in New Issue
Block a user