This commit is contained in:
maurice
2026-08-28 16:37:53 +02:00
parent 7f342a7529
commit 500c6034dd
17 changed files with 213 additions and 268 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
export DBUS_SESSION_BUS_ADDRESS="unix:path=/tmp/bus"
cmd="${0##*/}"
[[ "$cmd" == "host" ]] && unset cmd
exec host-spawn -cwd "${PWD/#$HOME/$HOST_HOME}" ${cmd:+"$cmd"} "$@