We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e858e8 commit 43a546fCopy full SHA for 43a546f
modules/autohibernate.sh
@@ -27,7 +27,7 @@ if [ \$(xprintidle) -gt \$AUTOHIBERNATE_TIME ] ; then
27
xdotool mousemove 0 0 # reset idle time
28
29
# We need to enable the swap file to dump RAM to.
30
- [ -f /swap-hibinit] && \\
+ [ -f /swap-hibinit ] && \\
31
sudo swapon /swap-hibinit
32
33
# Just in case there is a client connected to the VNC server (there
0 commit comments