This commit is contained in:
2026-03-10 13:07:40 -04:00
parent 2ec0f22461
commit 1a8270e3d8
2 changed files with 6 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ exec hash dbus-update-activation-environment 2>/dev/null && \
WAYLAND_DISPLAY
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets
set $rosewater #f5e0dc
set $flamingo #f2cdcd

View File

@@ -6,6 +6,11 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @continuum-restore 'on'
set -g @resurrect-processes 'lazygit yazi'
# Remap prefix from Ctrl+b to Ctrl+Space
unbind C-b
set -g prefix C-Space
bind C-Space send-prefix
set -g mouse on
set -g base-index 1