remote scwrypts v5 refactor
This commit is contained in:
13
scwrypts/remote/lib/omni.module.zsh
Normal file
13
scwrypts/remote/lib/omni.module.zsh
Normal 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} $@
|
||||
}
|
||||
|
||||
|
||||
#####################################################################
|
Reference in New Issue
Block a user