From b8956844502a3b01c62040c508b0831213f3fd08 Mon Sep 17 00:00:00 2001 From: Peter Fajdiga Date: Sun, 8 Jan 2023 20:58:11 +0100 Subject: [PATCH] Makefile: logs: only show kwin logs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 823f785..24a39c9 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,4 @@ run: build ./run.sh logs: - journalctl -g "js:" -f + journalctl -t kwin_x11 -g 'js:' -f