Update
This commit is contained in:
@@ -22,6 +22,7 @@ exec hash dbus-update-activation-environment 2>/dev/null && \
|
|||||||
WAYLAND_DISPLAY
|
WAYLAND_DISPLAY
|
||||||
|
|
||||||
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
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 $rosewater #f5e0dc
|
||||||
set $flamingo #f2cdcd
|
set $flamingo #f2cdcd
|
||||||
|
|||||||
@@ -6,6 +6,11 @@ set -g @plugin 'tmux-plugins/tpm'
|
|||||||
set -g @continuum-restore 'on'
|
set -g @continuum-restore 'on'
|
||||||
set -g @resurrect-processes 'lazygit yazi'
|
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 mouse on
|
||||||
|
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
|||||||
Reference in New Issue
Block a user