mirror of
https://github.com/Dejvino/pinephone-sway-poc.git
synced 2024-11-05 15:50:05 +00:00
11 lines
169 B
Bash
Executable File
11 lines
169 B
Bash
Executable File
#!/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
|
|
|