mirror of
https://github.com/polybar/polybar.git
synced 2026-03-06 16:28:39 +00:00
This adds `monitor-exact = true` in the bar section This also properly does best-match instead of first-match if multiple matches exists. For example if there are two monitors HDMI2 and HDMI-2 and we try to match HDMI-2 with monitor-exact = false, until now HDMI2 would be matched. Now exact matches are always preferred. Fixes #1532