Run every terminal launch through one dispatcher with fallbacks
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
if [ -f "${BLOB_PATH%/}/session/uwsm/default" ]; then
|
||||
. "${BLOB_PATH%/}/session/uwsm/default"
|
||||
else
|
||||
export TERMINAL=xdg-terminal-exec
|
||||
export TERMINAL=blob-terminal-exec
|
||||
export EDITOR="blob-launch-editor --inline"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user