mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
bc9b93f597
Use of busyloop caused high cpu usage for sway because swaybar had to be redrawn all the time. By using select instead the bar only has to be redrawn when the status_command changes (i.e. every second) or when the workspaces are updated. Fix #345 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.c |