polybar-dwm/src/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 feat(modules): Move default format values to the config 2017-01-26 01:50:02 +01:00
backlight.cpp refactor(tokens): Move token suffix to configuration 2017-01-14 18:00:35 +01:00
battery.cpp refactor(tokens): Move token suffix to configuration 2017-01-14 18:00:35 +01:00
bspwm.cpp fix(bspwm): Update when focusing urgent desktops 2017-02-23 13:28:26 +01:00
counter.cpp refactor(modules): Get rid of .inl files 2016-12-21 09:21:35 +01:00
cpu.cpp refactor(tokens): Move token suffix to configuration 2017-01-14 18:00:35 +01:00
date.cpp fix: Correct type for module interval 2016-12-31 03:04:01 +01:00
fs.cpp fix(fs): Use available bytes to calculate free disk space 2017-01-30 14:39:06 +01:00
github.cpp fix(github): Hide label if 'empty-notifications' is disabled 2017-01-29 15:16:00 +01:00
i3.cpp fix(i3): Workspace state when visible on unfocused monitor 2017-01-27 03:03:57 +01:00
ipc.cpp feat(ipc): Add pid token 2017-01-14 00:56:43 +01:00
memory.cpp fix(memory): Implement memory updating for pre-3.4 kernels (#410) 2017-02-04 18:19:58 +01:00
menu.cpp fix(menu): Broadcast tree reset 2017-01-15 03:46:31 +01:00
mpd.cpp fix(mpd): Handle broken connections 2017-01-13 13:02:51 +01:00
network.cpp refactor(tokens): Move token suffix to configuration 2017-01-14 18:00:35 +01:00
script.cpp fix(script): Poll file descriptors 2017-01-11 18:21:58 +01:00
systray.cpp wip(systray): Add module base 2017-01-01 21:28:28 +01:00
temperature.cpp refactor(battery): Abstract value readers 2016-12-31 04:20:48 +01:00
text.cpp refactor(config): Deduce return type from default value 2016-12-30 23:32:05 +01:00
volume.cpp refactor(clang-tidy): Apply fixes 2017-01-24 08:01:04 +01:00
xbacklight.cpp fix(modules): Warmup in runner thread to avoid block 2017-01-27 13:29:10 +01:00
xkeyboard.cpp fix: Allow size_t narrowing 2017-01-13 01:14:50 +01:00
xwindow.cpp fix(xwindow): Lock mutexes on update #416 2017-02-05 13:37:16 +01:00
xworkspaces.cpp feat(xworkspaces): add urgent desktop detection 2017-02-23 13:20:26 +01:00