Files
Waybars/src/modules
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
..
2022-10-12 10:25:30 +02:00
2022-10-26 17:26:15 +02:00
2022-11-05 20:23:00 +01:00
2022-08-29 16:22:08 +10:00
2022-08-31 15:51:50 +08:00
2022-10-19 13:29:05 +02:00
2022-04-06 08:37:19 +02:00
2022-11-10 09:19:49 +01:00
2022-10-27 09:14:07 +02:00
2022-10-12 10:25:30 +02:00
2022-10-12 10:25:30 +02:00
2022-10-17 09:19:00 +02:00
2022-10-12 10:25:30 +02:00
2022-08-18 17:05:04 -04:00
2022-10-28 14:44:48 +02:00
2022-10-12 10:25:30 +02:00
2022-10-12 10:25:30 +02:00
2022-11-16 08:04:18 +03:00
2022-11-16 23:23:07 -08:00