1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00
polybar/include
Adam Ransom 47bc459742 fix(bspwm): Update when focusing urgent desktops
When focusing a desktop with the urgent flag, two events are received
from `bspc` simultaneously, separated by a newline character.

This was not handled correctly and the second event was discarded causing
the urgent style to be removed, but the focused style would remain on the
previously focused desktop.

This fixes the problem by handling any number of events that arrive at the
same time (separated by newlines).
2017-02-23 13:28:26 +01:00
..
adapters refactor(clang-tidy): Apply fixes 2017-01-24 08:01:04 +01:00
cairo fix(cairo): Fix font prioritization 2017-01-29 15:16:00 +01:00
components fix(config): Use std::map to store sections #412 2017-02-07 14:56:56 +01:00
drawtypes feat(bspwm,i3): Fuzzy-matching names for icons 2017-01-23 17:01:30 +01:00
events refactor(renderer): Cleanup 2017-01-25 23:38:51 +01:00
modules fix(bspwm): Update when focusing urgent desktops 2017-02-23 13:28:26 +01:00
utils fix(label): Truncate label replacements based on codepoint count 2017-02-15 14:19:47 +01:00
x11 feat(xworkspaces): add urgent desktop detection 2017-02-23 13:20:26 +01:00
CMakeLists.txt fix(version): Follow APP_VERSION in POLYBAR_NS 2017-01-29 15:16:00 +01:00
common.hpp fix(version): Follow APP_VERSION in POLYBAR_NS 2017-01-29 15:16:00 +01:00
debug.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
errors.hpp refactor: Move all event handling to the controller 2016-12-20 05:16:04 +01:00
settings.hpp.cmake fix(version): Follow APP_VERSION in POLYBAR_NS 2017-01-29 15:16:00 +01:00
version.hpp build: Bump version to 3.0.4 2017-02-05 14:09:43 +01:00