remote scwrypts v5 refactor

This commit is contained in:
2025-02-19 21:58:02 -07:00
parent f11c6dfad6
commit a3410d9b15
11 changed files with 191 additions and 181 deletions

View File

@ -0,0 +1,13 @@
#####################################################################
OMNI_SOCKET="omni.socket"
OMNI_LOGDIR="${XDG_STATE_HOME:-${HOME}/.local/state}/wryn/omni"
mkdir -p "${OMNI_LOGDIR}"
${scwryptsmodule}.tmux() {
tmux -L ${OMNI_SOCKET} $@
}
#####################################################################