From 8a94286e19b260aa2ce4eaae38594c8ae7e50f84 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 16 Oct 2024 23:01:50 -0400 Subject: [PATCH] Expect the XDG-compliant local tmux configuration location --- tmux.normal.conf | 2 +- tmux.powerline.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.normal.conf b/tmux.normal.conf index e823d41..b1db985 100644 --- a/tmux.normal.conf +++ b/tmux.normal.conf @@ -84,7 +84,7 @@ bind ` set-window-option synchronize-panes \; display "synchronize-panes: toggle # # r to reload /etc/tmux.conf and R to reload ~/.tmux.conf bind r source-file /etc/tmux.conf \; display "system configuration reloaded" -bind R source-file ~/.tmux.conf \; display "local configuration reloaded" +bind R source-file ~/.config/tmux/tmux.conf \; display "local configuration reloaded" # # F1 and F2 to show the list of commands and keyboard bindings bind F1 list-commands diff --git a/tmux.powerline.conf b/tmux.powerline.conf index 0e0c587..589559a 100644 --- a/tmux.powerline.conf +++ b/tmux.powerline.conf @@ -84,7 +84,7 @@ bind ` set-window-option synchronize-panes \; display "synchronize-panes: toggle # # r to reload /etc/tmux.conf and R to reload ~/.tmux.conf bind r source-file /etc/tmux.conf \; display "system configuration reloaded" -bind R source-file ~/.tmux.conf \; display "local configuration reloaded" +bind R source-file ~/.config/tmux/tmux.conf \; display "local configuration reloaded" # # F1 and F2 to show the list of commands and keyboard bindings bind F1 list-commands