diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/tmux/tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 9dd7fb9..663ade4 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -24,6 +24,9 @@ set -ga update-environment WAYLAND_DISPLAY set -ga update-environment SWAYSOCK set -ga update-environment I3SOCK +set -g base-index 1 +set -g pane-base-index 1 + # ========== Keybinds ========== # Enable mouse set -g mouse on |