Compare commits

..

No commits in common. "924b1148bf1ca3ef0c20289045ffdf276f76d504" and "442a4fb89ab10fcf7af301b638ed5f6a93c9eaf6" have entirely different histories.

5 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -38,7 +38,6 @@ bash -x ./chmod&
if hash pre-commit 2>/dev/null; then if hash pre-commit 2>/dev/null; then
pre-commit init-templatedir ~/.git-template pre-commit init-templatedir ~/.git-template
pre-commit gc
fi fi
if [ -f $HOME/.MIKAELAGREP ] if [ -f $HOME/.MIKAELAGREP ]