Update README.md
This commit is contained in:
@@ -52,10 +52,10 @@ Use the [GNOME Shell Extensions website](https://extensions.gnome.org/extension/
|
|||||||
The repository includes a Makefile that produces ready‑to‑install ZIP packages for the two supported GNOME‑Shell lines (a legacy build (Gnome-Shell 3.38 - 44) and a modern build for Gnome-Shell 45+).
|
The repository includes a Makefile that produces ready‑to‑install ZIP packages for the two supported GNOME‑Shell lines (a legacy build (Gnome-Shell 3.38 - 44) and a modern build for Gnome-Shell 45+).
|
||||||
|
|
||||||
1. **Clone the Source**
|
1. **Clone the Source**
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/Domoel/Simple-Tiling.git
|
git clone https://github.com/Domoel/Simple-Tiling.git
|
||||||
cd Simple-Tiling
|
cd Simple-Tiling
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Create the package that matches your GNOME-Shell version**
|
2. **Create the package that matches your GNOME-Shell version**
|
||||||
Open the Terminal within the Simple-Tiling directory and run
|
Open the Terminal within the Simple-Tiling directory and run
|
||||||
@@ -65,26 +65,26 @@ cd Simple-Tiling
|
|||||||
**Note:** This will create a ready to go .zip archive of both, the modern and the legacy version of the extension ready to be used. Alternativley you can also run `make build-legacy` or `make build-modern` to only compile one of both versions.
|
**Note:** This will create a ready to go .zip archive of both, the modern and the legacy version of the extension ready to be used. Alternativley you can also run `make build-legacy` or `make build-modern` to only compile one of both versions.
|
||||||
|
|
||||||
3. **Locate the output**
|
3. **Locate the output**
|
||||||
```bash
|
```bash
|
||||||
ls -1 ../simple-tiling@domoel-*-v*.zip
|
ls -1 ../simple-tiling@domoel-*-v*.zip
|
||||||
```
|
```
|
||||||
4. **Install & enable**
|
4. **Install & enable**
|
||||||
```bash
|
```bash
|
||||||
gnome-extensions install ../simple-tiling@domoel-legacy-v6.zip
|
gnome-extensions install ../simple-tiling@domoel-legacy-v6.zip
|
||||||
gnome-extensions enable simple-tiling@domoel
|
gnome-extensions enable simple-tiling@domoel
|
||||||
```
|
```
|
||||||
**Note:** You can also unzip the file and put the folder right into your extensions directory `(~/.local/share/gnome-shell/extensions/)`
|
**Note:** You can also unzip the file and put the folder right into your extensions directory `(~/.local/share/gnome-shell/extensions/)`
|
||||||
|
|
||||||
5. **Reload the shell**
|
5. **Reload the shell**
|
||||||
```bash
|
```bash
|
||||||
Press Alt + F2, type r , hit ↩ (works for X11 and Wayland)
|
Press Alt + F2, type r , hit ↩ (works for X11 and Wayland)
|
||||||
```
|
```
|
||||||
6. **Clean up (optional)**
|
6. **Clean up (optional)**
|
||||||
```bash
|
```bash
|
||||||
make clean # removes build/ folder and generated ZIPs
|
make clean # removes build/ folder and generated ZIPs
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** You have to use "simple-tiling@domoel" as your extension folder / directory. Put all necessary files into this directory. Otherwise the extension will not show up in extension manager.
|
**Note:** You have to use "simple-tiling@domoel" as your extension folder / directory. Put all necessary files into this directory. Otherwise the extension will not show up in extension manager.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user