From 1a8270e3d8c71a01bf7d889c671aa6dadd183922 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Charavel Date: Tue, 10 Mar 2026 13:07:40 -0400 Subject: [PATCH] Update --- .config/sway/config | 1 + .tmux.conf | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 40824bd..84c7373 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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 diff --git a/.tmux.conf b/.tmux.conf index a36365c..b948b19 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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