dreamcat4 / skippy-xd

A full-screen Exposé-style standalone task switcher for X11.
GNU General Public License v2.0
100 stars 12 forks source link

Named pipe not flushing in the beginning #89

Closed felixfung closed 1 year ago

felixfung commented 1 year ago

Low priority bug.

If you write in pipe commands in the pipe before the daemon starts, it will be read in here: https://github.com/dreamcat4/skippy-xd/blob/cb736111dc9bd3bfe665ee1ca7f7819f95907a87/src/skippy.c#L935

Despite this line: https://github.com/dreamcat4/skippy-xd/blob/cb736111dc9bd3bfe665ee1ca7f7819f95907a87/src/skippy.c#L1785