summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-07-02 20:20:43 +0200
committerRaindropsSys <contact@minteck.org>2023-07-02 20:20:43 +0200
commit6af191e76d07fae0737d18d1bcb1be1f5578f74e (patch)
tree28c0bfe7924c96ed97d5b294e13f0064ab51a7c4
parent2bb773b0a93ebb571e258d804144631d51d60a94 (diff)
downloadkirinos-6af191e76d07fae0737d18d1bcb1be1f5578f74e.tar.gz
kirinos-6af191e76d07fae0737d18d1bcb1be1f5578f74e.tar.bz2
kirinos-6af191e76d07fae0737d18d1bcb1be1f5578f74e.zip
Updated 2 files (automated)
-rw-r--r--core/desktop/index.html2
-rw-r--r--core/login/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/desktop/index.html b/core/desktop/index.html
index 48483d5..7719cce 100644
--- a/core/desktop/index.html
+++ b/core/desktop/index.html
@@ -379,7 +379,7 @@
}
function sleep() {
- require('child_process').execSync("suspend");
+ require('child_process').execSync("systemctl suspend");
}
function poweroff() {
diff --git a/core/login/index.html b/core/login/index.html
index b333fb9..ce20372 100644
--- a/core/login/index.html
+++ b/core/login/index.html
@@ -204,7 +204,7 @@
}
function sleep() {
- require('child_process').execSync("suspend");
+ require('child_process').execSync("systemctl suspend");
}
function shutdown() {