diff --git a/src/comfortable-swipe.cpp b/src/comfortable-swipe.cpp index a4843db..73c0743 100644 --- a/src/comfortable-swipe.cpp +++ b/src/comfortable-swipe.cpp @@ -265,7 +265,7 @@ namespace service { } // starts service void start() { - int x = system("stdbuf -oL -eL libinput debug-events | " PROGRAM " buffer"); + int x = system("stdbuf -oL -e0 libinput debug-events | " PROGRAM " buffer"); } // stops service void stop() {