Skip to content

Commit

Permalink
Merge pull request ROCKNIX#16 from r3claimer/dev
Browse files Browse the repository at this point in the history
Powkiddy RK3566 sleep mode
  • Loading branch information
r3claimer authored Mar 28, 2024
2 parents 72a36e2 + a5864ba commit a00776c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2024-present ROCKNIX (https://github.com/ROCKNIX)

. /etc/profile.d/001-functions

# Set sleep mode to freeze
set_setting "system.suspendmode" "freeze"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2024-present ROCKNIX (https://github.com/ROCKNIX)

. /etc/profile.d/001-functions

# Set sleep mode to freeze
set_setting "system.suspendmode" "freeze"

0 comments on commit a00776c

Please sign in to comment.