Merge branch 'master' into arch-laptop

This commit is contained in:
Michael Chalupiak
2025-03-19 23:46:36 -04:00
11 changed files with 36 additions and 343 deletions

View File

@@ -20,3 +20,6 @@ export VERSION_CONTROL="never"
# This section can be safely removed at any time if needed.
test -r '/home/mikec/.opam/opam-init/init.sh' && . '/home/mikec/.opam/opam-init/init.sh' > /dev/null 2> /dev/null || true
# END opam configuration
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
exec river
fi