1
1
mirror of https://github.com/swaywm/sway synced 2024-09-30 04:51:18 +02:00
sway/swaybar
Mikkel Oscar Lyderik e370187394 swaybar: Fix json related crash.
This should fix the random json related crashes in swaybar.

The crashes occured because the same socket was used for listening on
workspace events and requesting workspace info, resulting in a
unreliable message queue on the socket.

The solution is to use one socket for the events and one socket for
reliably requesting workspace/output info.
2015-12-25 15:57:04 +01:00
..
CMakeLists.txt Display workspaces on swaybar 2015-12-13 15:40:19 -05:00
main.c swaybar: Fix json related crash. 2015-12-25 15:57:04 +01:00