about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKlemens Nanni <klemens@posteo.de>2021-03-10 00:57:38 +0100
committerJune McEnroe <june@causal.agency>2021-03-10 20:24:39 -0500
commit441f561f72090a30d1e17e015c3e5257a70ecd85 (patch)
tree3117b7f0525b66e03872c32c2f5a56b4624db8f2
parentAttempt to clarify trust option use (diff)
downloadcatgirl-441f561f72090a30d1e17e015c3e5257a70ecd85.tar.gz
catgirl-441f561f72090a30d1e17e015c3e5257a70ecd85.zip
chat.tmux.conf: use config_files format for reload
The recent addition of "#{source_files}" allows us to avoid hardcoding
the file name and instead ask tmux itself for the very file it used to
create the session in the first place, i.e. "-f ./chat.tmux.conf".
-rw-r--r--scripts/chat.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/chat.tmux.conf b/scripts/chat.tmux.conf
index e58f955..7ef6ccb 100644
--- a/scripts/chat.tmux.conf
+++ b/scripts/chat.tmux.conf
@@ -49,7 +49,7 @@ bind-key -n -N 'toggle fullscreen'	-- F11	set status
 # this configuration is idempotent, i.e. reloading it only changes settings
 # and never duplicates already existing windows
 bind-key -N 'reload configuration'	-- R	{
-	source-file	-- ./chat.tmux.conf
+	source-file -F	-- '#{source_files}'
 	display-message	-- 'configuration reloaded'
 }