polybar/include/x11
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
..
atoms.hpp fix(tray): Support for pseudo transparency 2016-11-04 19:01:51 +01:00
color.hpp refactor: Code cleanup 2016-11-04 19:21:56 +01:00
connection.hpp wip: Separate source from definitions 2016-11-03 12:54:32 +01:00
draw.hpp wip: Separate source from definitions 2016-11-03 12:54:32 +01:00
fontmanager.hpp wip: Separate source from definitions 2016-11-03 12:54:32 +01:00
graphics.hpp refactor: Tray transparency and code cleaning 2016-11-12 13:09:50 +01:00
randr.hpp fix(xrandr): Less strict monitor matching 2016-11-12 20:42:56 +01:00
tray.hpp refactor: Tray transparency and code cleaning 2016-11-12 13:09:50 +01:00
types.hpp wip: Separate source from definitions 2016-11-03 12:54:32 +01:00
window.hpp refactor: Tray transparency and code cleaning 2016-11-12 13:09:50 +01:00
wm.hpp refactor: Code cleanup 2016-11-04 19:21:56 +01:00
xembed.hpp wip: Separate source from definitions 2016-11-03 12:54:32 +01:00
xlib.hpp wip: Separate source from definitions 2016-11-03 12:54:32 +01:00
xresources.hpp wip: Separate source from definitions 2016-11-03 12:54:32 +01:00
xutils.hpp refactor: Code cleanup 2016-11-04 19:21:56 +01:00