Compare commits

..

4 Commits

5 changed files with 8 additions and 8 deletions

View File

@ -29,7 +29,7 @@ repos:
# GitHub Actions etc. configuration validity checking
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.22.0
rev: 0.23.0
hooks:
- id: check-dependabot
- id: check-github-actions

View 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

View File

@ -1,3 +1,3 @@
# Very Important Communication Programs, P2P, not expected to get sold
exec --no-startup-id flatpak run net.jami.Jami
exec --no-startup-id flatpak run --env=TZ=UTC net.jami.Jami
exec --no-startup-id flatpak run org.briarproject.Briar//stable

View File

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

View File

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