Age | Commit message (Collapse) | Author | Files | Lines |
|
fix indentation in some files
|
|
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \;
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Automatically change keyboard back-light only when enabled on battery. Keep
previous brightness level between state change.
Signed-off-by: Andrej Valek <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Debug message is modified to something identifiable
|
|
Fix #327.
Remove the unused Categories= entry from
the autostart dekstop file. This empty entry
and no semicolon causes the OnlyShowIn= entry
to be appended to Categories= entry.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes https://github.com/mate-desktop/mate-power-manager/issues/321
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|