diff --git a/build-workspace.sh b/build-workspace.sh index c253c43..3da21cd 100755 --- a/build-workspace.sh +++ b/build-workspace.sh @@ -17,8 +17,7 @@ buildah run "$ctr" -- bash -c "\ lazygit zsh-autosuggestions luarocks python-pynvim npm bash-completion tree-sitter-cli \ lua51 && pacman -Scc --noconfirm && \ groupadd secproc && useradd -ms /bin/zsh -G secproc $DEV_USER && \ - mkdir -p /tmp/tmux-shared && chown $DEV_USER:$DEV_USER /tmp/tmux-shared && \ - chmod 750 /tmp/tmux-shared && mkdir -p $SECURE && chmod -R 500 $SECURE && \ + mkdir -p $SECURE && chmod -R 500 $SECURE && \ mkdir /app && chmod 700 /app && chown $DEV_USER:$DEV_USER /app " # copy start script diff --git a/config/tmux/tmux.conf.local b/config/tmux/tmux.conf.local index 659059a..f458b9a 100644 --- a/config/tmux/tmux.conf.local +++ b/config/tmux/tmux.conf.local @@ -455,8 +455,6 @@ set -g allow-passthrough on # Enable truecolor for compatible terminals set -gs terminal-features ',rxvt-unicode-256color:clipboard' -set-option -g socket-path /tmp/tmux-shared/dev-socket - # -- custom variables ---------------------------------------------------------- # to define a custom #{foo} variable, define a POSIX shell function between the