|
|
@ -52,6 +52,13 @@ case $( sysctl -n hw.acpi.acline ) in
|
|
|
|
esac
|
|
|
|
esac
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The script is run by a line in my personal cron table. A little delay (up to
|
|
|
|
|
|
|
|
a minute) is expected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```crontab
|
|
|
|
|
|
|
|
* * * * * ~/bin/powersave.sh
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## xbl
|
|
|
|
## xbl
|
|
|
|
|
|
|
|
|
|
|
|
A script to modify different backlight settings depending on the connected
|
|
|
|
A script to modify different backlight settings depending on the connected
|
|
|
|