diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-04-17 18:18:11 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-04-17 18:18:11 +0100 |
commit | 3c7228deb4585c55e65b107e0b31d45f2345e061 (patch) | |
tree | 55d4cb5065e75cc4c1363f977d5a2b284325c42f /tmux | |
parent | 5483bcfed6fae079fcec332ac39ca00d5d723931 (diff) |
Correct bug with i3blocks
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d99acac..71bc79d 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -18,4 +18,7 @@ bind -n C-Right next-window bind-key P swap-window -t -1 bind-key N swap-window -t +1 +WINTAB_BOUNDARY=create +WINTAB_MODE=wintab +WINTAB_ROOT=$HOME/Dropbox/projects/vim-wintab source-file $WINTAB_ROOT/wintab.tmux.conf |