Makefile: logs: only show kwin logs

This commit is contained in:
Peter Fajdiga
2023-01-08 20:58:11 +01:00
parent f8e0357584
commit b895684450

View File

@@ -8,4 +8,4 @@ run: build
./run.sh
logs:
journalctl -g "js:" -f
journalctl -t kwin_x11 -g 'js:' -f