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