mirror of
https://github.com/ForeverPyrite/dotfiles.git
synced 2025-12-10 01:08:06 +00:00
Proper colors in tmux, default xdg-desktop portal, and stupid grub themes
yeah that's about it I think
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user