mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
tmux: Use minimalist layout
This commit is contained in:
parent
ad8fc32c5a
commit
9eec02e3a6
@ -73,3 +73,14 @@ set -g renumber-windows on
|
|||||||
|
|
||||||
# Add support for neovim cursor changing (insert mode, etc.)
|
# Add support for neovim cursor changing (insert mode, etc.)
|
||||||
set -g -a terminal-overrides ',xterm*:Tc,*:Ss=\E[%p1%d q:Se=\E[2 q'
|
set -g -a terminal-overrides ',xterm*:Tc,*:Ss=\E[%p1%d q:Se=\E[2 q'
|
||||||
|
|
||||||
|
# Use a transparent status bar color
|
||||||
|
set -g status-bg black
|
||||||
|
set -g status-fg white
|
||||||
|
|
||||||
|
# Only show active windows at the bottom
|
||||||
|
set -g status-right ""
|
||||||
|
set -g status-left ""
|
||||||
|
|
||||||
|
# Center the window list
|
||||||
|
set -g status-justify centre
|
||||||
|
Loading…
x
Reference in New Issue
Block a user