polybar-dwm/include/modules
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
..
meta fix(xwindow): Lock mutexes on update #416 2017-02-05 13:37:16 +01:00
backlight.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
battery.hpp refactor(battery): Abstract value readers 2016-12-31 04:20:48 +01:00
bspwm.hpp fix(bspwm): Update when focusing urgent desktops 2017-02-23 13:28:26 +01:00
counter.hpp refactor(modules): Move setup to constructor 2016-12-21 08:00:09 +01:00
cpu.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
date.hpp refactor(modules): Input handling 2016-12-23 20:43:52 +01:00
fs.hpp refactor: Filesize strings 2017-01-12 20:28:44 +01:00
github.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
i3.hpp fix(i3): Add state descriptions 2017-01-27 03:23:42 +01:00
ipc.hpp refactor(ipc): Cleanup 2017-01-14 00:27:29 +01:00
memory.hpp refactor: Filesize strings 2017-01-12 20:28:44 +01:00
menu.hpp refactor(modules): Input handling 2016-12-23 20:43:52 +01:00
mpd.hpp fix(mpd): Handle broken connections 2017-01-13 13:02:51 +01:00
network.hpp concurrency_ytil: Thread id 2016-12-23 05:18:58 +01:00
script.hpp refactor(script): Merge back script handling 2017-01-10 05:12:53 +01:00
systray.hpp wip(systray): Add module base 2017-01-01 21:28:28 +01:00
temperature.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
text.hpp refactor(clang-tidy): Apply fixes 2016-12-23 15:54:06 +01:00
unsupported.hpp feat(xrandr): Support for monitors 2017-01-13 03:52:57 +01:00
volume.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
xbacklight.hpp fix(xbacklight): Lower inc/dec value to 5 and fix flooring 2017-01-11 04:40:10 +01:00
xkeyboard.hpp refactor(x11): Cleanup 2017-01-24 10:49:14 +01:00
xwindow.hpp refactor(x11): Cleanup 2017-01-24 10:49:14 +01:00
xworkspaces.hpp feat(xworkspaces): add urgent desktop detection 2017-02-23 13:20:26 +01:00