sway/config.d/autostart-utilities: add user journalctl

This commit is contained in:
Aminda Suomalainen 2023-02-23 13:54:11 +02:00
parent 7239409083
commit 25386dd8e3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ exec --no-startup-id foot
exec --no-startup-id foot --title=htop htop
# In similar series system and service logs
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
exec --no-startup-id foot --title=chronyd\ log journalctl -u chronyd -f