polybar/include/components
Gregor Best 0eb39c5205
fix: don't restart if zero active screens are reported (#3078)
On laptops and similar devices, RandR sometimes returns zero active
screens, for example when closing a laptop's lid before it suspends.

Don't restart in that case because the new polybar instance will see
zero screens and quit. Instead, just ignore those kind of events.
2024-10-13 13:52:10 +02:00
..
bar.hpp Remove config singleton (#2951) 2023-05-01 14:58:52 +02:00
builder.hpp builder: Use unordered_set for attribute activations 2022-03-14 22:58:01 +01:00
command_line.hpp feat(command_line): Properly handle positional args 2017-01-13 04:47:25 +01:00
config.hpp Refactor config::dereference* (#2963) 2023-05-18 09:47:45 +02:00
config_parser.hpp Remove config singleton (#2951) 2023-05-01 14:58:52 +02:00
controller.hpp Remove config singleton (#2951) 2023-05-01 14:58:52 +02:00
eventloop.hpp Merge remote-tracking branch 'upstream/master' into tray-child-window 2022-10-16 21:31:07 +02:00
logger.hpp Use individual wrapper window for each tray client 2022-04-16 00:16:49 +02:00
renderer.hpp Remove config singleton (#2951) 2023-05-01 14:58:52 +02:00
renderer_interface.hpp feat(tray): Position using a module (#2595) 2022-04-15 23:50:04 +02:00
screen.hpp fix: don't restart if zero active screens are reported (#3078) 2024-10-13 13:52:10 +02:00
types.hpp Merge remote-tracking branch 'upstream/master' into tray-child-window 2022-10-31 23:30:07 +01:00