Waybar/include
herlev 2c7cb0e9d4 Fix crashes when using named workspaces in Hyprland
The first crash occurs when trying to parse the
ID of a workspace as an uint, since named
workspaces has negative IDs. This is fixed by
using ints for workspace IDs instead of uints.

The second crash occurs when converting a
workspace name that isn't a number to an integer.
This is fixed by wrapping std::stoi in a try
block and only sorting by number, when both names
can successfully be converted to integers.
2022-11-24 02:16:44 +01:00
..
modules Fix crashes when using named workspaces in Hyprland 2022-11-24 02:16:44 +01:00
util Refactor rewriteTitle 2022-10-19 13:25:08 +02:00
AButton.hpp button: Hardcode min-width property set to zero 2022-10-20 10:31:11 +02:00
AIconLabel.hpp refactor: lint 2022-04-06 08:37:19 +02:00
ALabel.hpp refactor: lint 2022-04-06 08:37:19 +02:00
AModule.hpp Bug: tripple click uses wrong event type 2022-08-06 13:52:00 +03:00
IModule.hpp refactor: lint 2022-04-06 08:37:19 +02:00
bar.hpp refactor: lint 2022-04-06 08:37:19 +02:00
client.hpp refactor: lint 2022-04-06 08:37:19 +02:00
config.hpp Add support for reading the config path from env 2022-09-05 08:21:36 +02:00
factory.hpp feat: wireplumber support 2022-11-16 23:23:07 -08:00
group.hpp refactor: lint 2022-04-06 08:37:19 +02:00