From 7c39ebcceef27fbb68a8733fd701464aaca89c83 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 27 Jan 2024 10:13:25 +0200 Subject: [PATCH] sway: also add networkd log to autostart-foot-journalctl.conf --- conf/sway/config.d/autostart-foot-journalctl.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/sway/config.d/autostart-foot-journalctl.conf b/conf/sway/config.d/autostart-foot-journalctl.conf index 0230edbe..e3012b61 100644 --- a/conf/sway/config.d/autostart-foot-journalctl.conf +++ b/conf/sway/config.d/autostart-foot-journalctl.conf @@ -1,6 +1,7 @@ exec --no-startup-id foot --title=system\ journal journalctl -f exec --no-startup-id foot --title=user\ journal journalctl -f --user exec --no-startup-id foot --title=iwd\ log journalctl -u iwd -f +exec --no-startup-id foot --title=networkd\ log journalctl -u systemd-networkd -f exec --no-startup-id foot --title=resolved\ log journalctl -u systemd-resolved -f exec --no-startup-id foot --title=unbound\ log journalctl -u unbound -f # Debian uses chrony, Fedora chronyd. Comment inappropiate.