diff options
| author | Luke <luke@lukesmith.xyz> | 2018-02-06 18:42:51 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-02-06 18:42:51 -0700 |
| commit | 19c9c05bceac003a72477f293f3bdb751d150280 (patch) | |
| tree | ff2fafd0ecabd2bdb633263cb6436a85c5e75c03 /.config/i3 | |
| parent | 03b06725a117b22f08083ca717040284960aa6bd (diff) | |
| download | eibhear-19c9c05bceac003a72477f293f3bdb751d150280.tar.gz eibhear-19c9c05bceac003a72477f293f3bdb751d150280.tar.zst eibhear-19c9c05bceac003a72477f293f3bdb751d150280.zip | |
tmux now doesn't spawn mult. sessions on restart
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index 0141fdb..bd8bf05 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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. |
