mirror of
https://github.com/Dejvino/pinephone-sway-poc.git
synced 2024-11-05 15:50:05 +00:00
8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
pptk-led set green 1
|
||
|
pptk-cpu-sleep enable
|
||
|
pptk-backlight set 0
|
||
|
|
||
|
|