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
then run the [`install.sh`](https://github.com/paperwm/PaperWM/blob/release/install.sh)script
30
+
then run the [`make install`](https://github.com/paperwm/PaperWM/blob/release/install.sh)
31
31
from the repository. The installer will create a link to the repo in
32
32
`~/.local/share/gnome-shell/extensions`. It will then ask if you want to enable PaperWM.
33
33
```bash
34
-
./install.sh# install, load and enable paperwm
34
+
make install # install, load and enable paperwm
35
35
```
36
+
37
+
Running the extension will automatically install a user config file as described in [User configuration & development](#user-configuration--development).
38
+
36
39
> #### ➡️ You'll need to restart Gnome shell after installing PaperWM, e.g. logout then login, or restart in place with an `alt-F2` and entering `r` (X11 only).
37
40
>
38
41
> After logging back in, you can then enable PaperWM via the `Extensions` application, or by running the following command from the command-line:
@@ -44,10 +47,7 @@ from the repository. The installer will create a link to the repo in
44
47
45
48
#### Uninstall PaperWM (if installed via source)
46
49
47
-
To uninstall simply run `./uninstall.sh`.
48
-
49
-
Running the extension will automatically install a user config file as described in [User configuration & development](#user-configuration--development).
0 commit comments