|
|
@@ -132,6 +132,13 @@ unclutter -idle 0.05 -root &
|
|
|
`--test-type` is needed to get rid of the `--no-sandbox` warning and the `--no-sandbox` is needed
|
|
|
or else chromium crashes when being used by `xinit` (see [here](https://groups.google.com/a/chromium.org/forum/#!topic/chromium-discuss/O4WpwWvGz4A)).
|
|
|
|
|
|
+---
|
|
|
+
|
|
|
+```
|
|
|
+update-alternatives --config x-window-manager
|
|
|
+update-alternatives --display x-window-manager
|
|
|
+```
|
|
|
+
|
|
|
### Packages
|
|
|
|
|
|
```
|
|
|
@@ -201,6 +208,10 @@ apt autoremove -y --purge
|
|
|
|
|
|
```
|
|
|
|
|
|
+```
|
|
|
+apt-get purge wolfram-engine scratch scratch2
|
|
|
+```
|
|
|
+
|
|
|
---
|
|
|
|
|
|
Disable bluetooth:
|