polybar-dwm/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
color.hpp refactor: Code cleanup 2016-11-04 19:21:56 +01:00
connection.hpp
draw.hpp
fontmanager.hpp
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
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
xlib.hpp
xresources.hpp
xutils.hpp refactor: Code cleanup 2016-11-04 19:21:56 +01:00