Put the blob command on PATH and reapply the default theme when it is missing

This commit is contained in:
2026-09-20 23:07:25 +00:00
parent 2f29cb8bae
commit 06204a357a
7 changed files with 39 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
# Put the blob command on PATH for login shells. The graphical session gets the
# same environment from ~/.config/uwsm/env.d/10-blob.
if [ -r "$HOME/.local/share/blob/session/env-bootstrap" ]; then
. "$HOME/.local/share/blob/session/env-bootstrap"
fi