tmux now doesn't spawn mult. sessions on restart

This commit is contained in:
Luke 2018-02-06 18:42:51 -07:00
parent 03b06725a1
commit 19c9c05bce
2 changed files with 7 additions and 1 deletions

4
.config/Scripts/tmuxinit Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
# This is the script that i3 runs to either start tmux in
# the dropdown terminal or log into a previous session.
tmux a || tmux

View file

@ -393,7 +393,9 @@ for_window [instance="dropdown"] floating enable
for_window [instance="dropdown"] resize set 625 400
for_window [instance="dropdown"] move scratchpad
for_window [instance="dropdown"] border pixel 5
exec --no-startup-id $term -n dropdown -e tmux
# Runs the tmuxinit script, which searches for an earlier tmux instance,
# otherwise starts a new one (to prevent multiple dropdown sessions).
exec --no-startup-id $term -n dropdown -e tmuxinit
# Then I have a window running R I use for basic arithmetic
# I'll later bind this to mod+a.