[[snapshot]]: 2021-06-12 13:51:03

Affected files:

"disable power saving.md"
This commit is contained in:
2021-06-12 13:51:03 +02:00
parent cbce5528f8
commit 5a8fc659d2
+4 -2
View File
@@ -1,5 +1,7 @@
```
xset s off
xset -dpms
gsettings set org.gnome.settings-daemon.plugins.power active false
gsettings set org.gnome.desktop.screensaver idle-activation-enabled false
systemd-inhibit sleep 12h # or however long you want, can be an arbitrary command
```