Proper colors in tmux, default xdg-desktop portal, and stupid grub themes

yeah that's about it I think
This commit is contained in:
foreverpyrite
2025-10-13 14:26:54 +00:00
parent 05d7845b60
commit dc50c31012
87 changed files with 137 additions and 29 deletions

View File

@@ -21,6 +21,12 @@ setw -g pane-base-index 1
# Enable mouse mode (scrolling, pane selection)
set -g mouse on
# tmux-256color didn't seem to blow over well with many programs, including nvim
set-option -sa terminal-features ',alacritty:RGB'
set-option -ga terminal-features ",alacritty:usstyle"
set-option -ga terminal-overrides ',alacritty:Tc'
set -g default-terminal "alacritty"
# --- Keybindings ---
# More intuitive split keys (current path is preserved)
bind | split-window -h -c "#{pane_current_path}"