mirror of
https://github.com/Dejvino/pinephone-sway-poc.git
synced 2024-11-05 15:50:05 +00:00
11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
pptk-led set red 1
|
||
|
pptk-cpu-sleep enable
|
||
|
|
||
|
# save current backlight for wakeup
|
||
|
pptk-backlight get > ~/.backlight
|
||
|
# shut down backlight
|
||
|
pptk-backlight set 0
|
||
|
|