mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 12:47:27 +02:00
Compare commits
No commits in common. "924b1148bf1ca3ef0c20289045ffdf276f76d504" and "442a4fb89ab10fcf7af301b638ed5f6a93c9eaf6" have entirely different histories.
924b1148bf
...
442a4fb89a
@ -29,7 +29,7 @@ repos:
|
|||||||
|
|
||||||
# GitHub Actions etc. configuration validity checking
|
# GitHub Actions etc. configuration validity checking
|
||||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.23.0
|
rev: 0.22.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-dependabot
|
- id: check-dependabot
|
||||||
- id: check-github-actions
|
- id: check-github-actions
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
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
|
|
@ -1,3 +1,3 @@
|
|||||||
# Very Important Communication Programs, P2P, not expected to get sold
|
# Very Important Communication Programs, P2P, not expected to get sold
|
||||||
exec --no-startup-id flatpak run --env=TZ=UTC net.jami.Jami
|
exec --no-startup-id flatpak run net.jami.Jami
|
||||||
exec --no-startup-id flatpak run org.briarproject.Briar//stable
|
exec --no-startup-id flatpak run org.briarproject.Briar//stable
|
||||||
|
@ -14,6 +14,12 @@ exec --no-startup-id foot
|
|||||||
|
|
||||||
# htop system monitor in foot, outside of foot server to not care about its status
|
# htop system monitor in foot, outside of foot server to not care about its status
|
||||||
exec --no-startup-id foot --title=htop htop
|
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.
|
# NetworkManager Applet.
|
||||||
# Note: handle WiFi with iwd directly. Use this for ethernet or just 3G.
|
# Note: handle WiFi with iwd directly. Use this for ethernet or just 3G.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user