Skip to content
Snippets Groups Projects
Gaël Bonithon's avatar
Gaël Bonithon authored
It is now set in XfpmBrightness, so xfpm_brightness_decrease() and
xfpm_brightness_increase() can work internally as they should. This
significantly simplifies the plugin code.

This also makes the behavior of brightness keys a little more
consistent: if a custom minimum is set (this requires the systray icon
or plugin to be used), it also affects brightness keys, otherwise the
hardware minimum is used (#174).

Finally, the default custom minimum is set a little more intelligently,
depending on hardware delta and setting step.

Fixes: #174
Related: !21, !35
3829c45a
History

License

xfce4-power-manager

Xfce4-power-manager manages the power sources of the computer and connected devices (wireless mice, keyboards, media players etc.). It also allows users to control the display backlight brightness and set power-saving modes for displays and monitors. In addition, xfce4-power-manager provides a set of freedesktop-compliant DBus interfaces to inform other applications about the current power level so that they can adjust their power consumption.


Homepage

Xfce4-power-manager documentation

Changelog

See NEWS for details on changes and fixes made in the current release.

Source Code Repository

Xfce4-power-manager source code

Download a Release Tarball

Xfce4-power-manager archive or Xfce4-power-manager tags

Installation

From source:

% cd xfce4-power-manager
% ./autogen.sh
% make
% make install

From release tarball:

% tar xf xfce4-power-manager-<version>.tar.bz2
% cd xfce4-power-manager-<version>
% ./configure
% make
% make install

Reporting Bugs

Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.