From de9b87df4ab414999371c5e2a851eaf27e3c291e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 29 Dec 2023 13:02:49 +0200 Subject: [PATCH] autostart-foot-journalctl.conf: add bluetooth --- 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 4f9b196b..0230edbe 100644 --- a/conf/sway/config.d/autostart-foot-journalctl.conf +++ b/conf/sway/config.d/autostart-foot-journalctl.conf @@ -6,3 +6,4 @@ exec --no-startup-id foot --title=unbound\ log journalctl -u unbound -f # Debian uses chrony, Fedora chronyd. Comment inappropiate. exec --no-startup-id foot --title=chrony\ log journalctl -u chrony -f exec --no-startup-id foot --title=chronyd\ log journalctl -u chronyd -f +exec --no-startup-id foot --title=bluetooth\ log journalctl -u bluetooth -f