mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
sway: it's footclient, not foot-client
This commit is contained in:
parent
1deaebc586
commit
05cdbe1c7c
@ -1,11 +1,11 @@
|
|||||||
exec --no-startup-id sleep 15 && foot-client --title=system\ journal journalctl -f
|
exec --no-startup-id sleep 15 && footclient --title=system\ journal journalctl -f
|
||||||
exec --no-startup-id sleep 15 && foot-client --title=user\ journal journalctl -f --user
|
exec --no-startup-id sleep 15 && footclient --title=user\ journal journalctl -f --user
|
||||||
exec --no-startup-id sleep 15 && foot-client --title=iwd\ log journalctl -u iwd -f
|
exec --no-startup-id sleep 15 && footclient --title=iwd\ log journalctl -u iwd -f
|
||||||
exec --no-startup-id sleep 15 && foot-client --title=networkd\ log journalctl -u systemd-networkd -f
|
exec --no-startup-id sleep 15 && footclient --title=networkd\ log journalctl -u systemd-networkd -f
|
||||||
exec --no-startup-id sleep 15 && foot-client --title=NetworkManager\ log journalctl -u NetworkManager -f
|
exec --no-startup-id sleep 15 && footclient --title=NetworkManager\ log journalctl -u NetworkManager -f
|
||||||
exec --no-startup-id sleep 15 && foot-client --title=resolved\ log journalctl -u systemd-resolved -f
|
exec --no-startup-id sleep 15 && footclient --title=resolved\ log journalctl -u systemd-resolved -f
|
||||||
exec --no-startup-id sleep 15 && foot-client --title=unbound\ log journalctl -u unbound -f
|
exec --no-startup-id sleep 15 && footclient --title=unbound\ log journalctl -u unbound -f
|
||||||
# Debian uses chrony, Fedora chronyd. Comment inappropiate.
|
# Debian uses chrony, Fedora chronyd. Comment inappropiate.
|
||||||
exec --no-startup-id sleep 15 && foot-client --title=chrony\ log journalctl -u chrony -f
|
exec --no-startup-id sleep 15 && footclient --title=chrony\ log journalctl -u chrony -f
|
||||||
exec --no-startup-id sleep 15 && foot-client --title=chronyd\ log journalctl -u chronyd -f
|
exec --no-startup-id sleep 15 && footclient --title=chronyd\ log journalctl -u chronyd -f
|
||||||
exec --no-startup-id sleep 15 && foot-client --title=bluetooth\ log journalctl -u bluetooth -f
|
exec --no-startup-id sleep 15 && footclient --title=bluetooth\ log journalctl -u bluetooth -f
|
||||||
|
@ -11,7 +11,7 @@ exec --no-startup-id /usr/libexec/kf6/polkit-kde-authentication-agent-1
|
|||||||
exec --no-startup-id /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1
|
exec --no-startup-id /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1
|
||||||
|
|
||||||
# htop system monitor in foot
|
# htop system monitor in foot
|
||||||
exec --no-startup-id sleep 15 && foot-client --title=htop htop
|
exec --no-startup-id sleep 15 && footclient --title=htop htop
|
||||||
|
|
||||||
# NetworkManager Applet.
|
# NetworkManager Applet.
|
||||||
# Note: handle WiFi with iwd directly. Use this for ethernet, mobile broadband
|
# Note: handle WiFi with iwd directly. Use this for ethernet, mobile broadband
|
||||||
|
Loading…
Reference in New Issue
Block a user