diff options
author | Tharre <tharre3@gmail.com> | 2021-12-19 03:16:15 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2021-12-19 03:27:14 +0100 |
commit | ac74b67036e8849c1630d67a9756751cb1531500 (patch) | |
tree | 1b3a95ff1c4ee0c6aa2a36ea7f6529202744cba3 /.tmux.conf | |
parent | ca1dd9561f68ac27561a2f6a0f13bb05130fe899 (diff) | |
download | dotfiles-ac74b67036e8849c1630d67a9756751cb1531500.tar.gz dotfiles-ac74b67036e8849c1630d67a9756751cb1531500.tar.xz dotfiles-ac74b67036e8849c1630d67a9756751cb1531500.zip |
tmux: add SWAYSOCK to update env list
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ set-option -g history-limit 100000 set-option -g allow-rename on set-option -g set-titles on set-option -g set-titles-string "#W" -set-option -ga update-environment " SSH_CLIENT SSH_TTY" +set-option -ga update-environment " SSH_CLIENT SSH_TTY SWAYSOCK" bind-key r source-file ~/.tmux.conf \; display "Config reloaded!" bind z run tmux-url-select |