sway/config.d/autostart-foot-journalctl.conf: note Debian using chrony instead of …d

This commit is contained in:
Aminda Suomalainen 2023-11-22 10:26:17 +02:00
parent 865e816384
commit fe6348588a
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 0 deletions

View File

@ -2,4 +2,6 @@ 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=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