Moved tmux config to the .config dir

This commit is contained in:
2026-05-08 09:26:42 +02:00
parent 25475767ed
commit 3e62cbc43c
2 changed files with 3 additions and 3 deletions
@@ -47,14 +47,14 @@ bind '\' split-window -v -l 35% -c "#{pane_current_path}"
bind j run-shell -b "~/.local/bin/tmux-toggle-term float" bind j run-shell -b "~/.local/bin/tmux-toggle-term float"
bind g run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E gitu' bind g run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E gitu'
bind e run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E "~/.local/bin/tmux-lf-helix"' bind e run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E "~/.local/bin/tmux-lf"'
## STATUS BAR ################################################################## ## STATUS BAR ##################################################################
## Status bar design ## Status bar design
set -g status-justify centre set -g status-justify centre
set -g status-position top set -g status-position top
set -g status-bg '#181616' set -g status-bg '#191927'
set -g status-fg '#c5c9c5' set -g status-fg '#c5c9c5'
## Show PREFIX on right side when c-b ## Show PREFIX on right side when c-b
+1 -1
View File
@@ -84,7 +84,7 @@ if [ "$DO_LINKS" = true ]; then
CREATED=0 CREATED=0
SKIPPED=0 SKIPPED=0
link_file "$DOTFILES_DIR/config/tmux/.tmux.conf" "$HOME/.tmux.conf" link_file "$DOTFILES_DIR/config/tmux" "$HOME/.config/tmux"
link_file "$DOTFILES_DIR/config/kanata" "$HOME/.config/kanata" link_file "$DOTFILES_DIR/config/kanata" "$HOME/.config/kanata"
link_file "$DOTFILES_DIR/config/fish" "$HOME/.config/fish" link_file "$DOTFILES_DIR/config/fish" "$HOME/.config/fish"
link_file "$DOTFILES_DIR/config/alacritty" "$HOME/.config/alacritty" link_file "$DOTFILES_DIR/config/alacritty" "$HOME/.config/alacritty"