Terminal cleanup.

This commit is contained in:
2026-05-09 07:32:08 +02:00
parent d9eb45790b
commit cc613a011c
2 changed files with 7 additions and 15 deletions
+2 -2
View File
@@ -2,12 +2,12 @@
import = [ "~/.config/alacritty/dank-theme.toml" ] import = [ "~/.config/alacritty/dank-theme.toml" ]
[font] [font]
size = 13 size = 13.5
offset = { x = 0, y = 3 } offset = { x = 0, y = 3 }
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" } normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
[window] [window]
opacity = 0.99 # opacity = 0.99
padding.x = 10 padding.x = 10
padding.y = 10 padding.y = 10
decorations = "None" decorations = "None"
+5 -13
View File
@@ -28,16 +28,9 @@ bind k select-pane -U
bind j select-pane -D bind j select-pane -D
bind f resize-pane -Z bind f resize-pane -Z
# Select windows with alt+num
bind-key -n M-1 selectw -t 1
bind-key -n M-2 selectw -t 2
bind-key -n M-3 selectw -t 3
bind-key -n M-4 selectw -t 3
bind-key -n M-5 selectw -t 3
bind m command-prompt "new-session -s %1" bind m command-prompt "new-session -s %1"
# split panes using | and - # split pane
unbind '"' unbind '"'
unbind % unbind %
bind 'v' split-window -h -l 45% -c "#{pane_current_path}" bind 'v' split-window -h -l 45% -c "#{pane_current_path}"
@@ -49,11 +42,10 @@ bind e run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E "~
## STATUS BAR ################################################################## ## STATUS BAR ##################################################################
## Status bar design ## Status bar design
set -g status-justify centre set -g status-justify left
set -g status-position top set -g status-position top
set -g status-bg '#16161D' set -g status-bg '#16161D'
set -g status-fg '#c5c9c5' set -g status-fg '#DCD7BA'
## Show PREFIX on right side when c-b
set -g status-left '#[fg=colour232,bg="#af875f",bold]#{?client_prefix, [PFX] ,}#[fg="#1c1c1c",bg="#767676",bold][#S] '
set -g status-left-length 20 set -g status-left-length 20
set -g status-right '' set -g status-right ' #[fg=colour232,bg="#af875f",bold]#{?client_prefix, [PFX] ,} #[fg="#1c1c1c",bg="#767676",bold][#S] '
set -g status-left ' '