diff options
| author | awy <awy@awy.one> | 2025-11-29 16:34:49 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-29 16:34:49 +0300 |
| commit | db008a76e93dcfbf00fec5a141a1e1bd122b04a7 (patch) | |
| tree | 5c92ef3c1a1f658b15cf1dfee2129ec4a16eea0e /.config/tmux | |
| parent | a7be2a1d31b9a65799c5ffd27c96dfdf6938be7e (diff) | |
| download | hyprdots-db008a76e93dcfbf00fec5a141a1e1bd122b04a7.tar.gz | |
tmux start from 1
Diffstat (limited to '.config/tmux')
| -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 |