polybar-dwm/include
Michael Carlberg 4d7f6c14e6 fix(xrandr): Less strict monitor matching
Be less strict when matching randr outputs
against specified name. This is a workaround
to fix the output naming issue when switching
between graphic drivers.

On my system the output names include a dash
when using the nvidia drivers but the intel
driver does not.

   nvidia:
      HDMI-1
      eDP-1
   xf86-video-intel:
      HDMI1
      eDP1

When strict mode is disabled the matching
won't care about the connection state.

The user can re-enable exact matching and
connection state testing by setting the
config parameter `monitor-strict = true`
2016-11-12 20:42:56 +01:00
..
adapters feat(volume): Added volume mapping 2016-11-05 14:32:09 -07:00
components refactor: Tray transparency and code cleaning 2016-11-12 13:09:50 +01:00
drawtypes wip: Separate source from definitions 2016-11-03 12:54:32 +01:00
modules feat(bspwm): Configurable scroll/click actions 2016-11-12 13:37:07 +01:00
utils fix(build): Include poll.h instead of sys/poll.h 2016-11-12 15:50:18 +01:00
x11 fix(xrandr): Less strict monitor matching 2016-11-12 20:42:56 +01:00
common.hpp feat(xbacklight): Change value on scroll 2016-11-12 13:07:05 +01:00
config.hpp.cmake feat(temperature): Added temp module and examples 2016-11-10 22:54:07 -08:00
debug.hpp refactor: Application rewrite 2016-10-10 14:52:57 +02:00
version.hpp build: Bump version to 2.2.5 2016-11-12 13:55:06 +01:00