mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-03 16:52:37 +01:00
sway: move journalctl autostarts to their own config
This commit is contained in:
parent
62f6b78392
commit
ee9838bd02
5
conf/sway/config.d/autostart-foot-journalctl.conf
Normal file
5
conf/sway/config.d/autostart-foot-journalctl.conf
Normal file
@ -0,0 +1,5 @@
|
||||
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
|
@ -14,12 +14,6 @@ exec --no-startup-id foot
|
||||
|
||||
# htop system monitor in foot, outside of foot server to not care about its status
|
||||
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
|
||||
|
||||
# NetworkManager Applet.
|
||||
# Note: handle WiFi with iwd directly. Use this for ethernet or just 3G.
|
||||
|
Loading…
Reference in New Issue
Block a user