From 4721600c3efe2c08b7233a7754acc9f336af0b25 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 11 Aug 2024 12:08:29 +0200 Subject: [PATCH] tmux.conf: pass -f flag to wl-copy --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index b13d7e4..5da0b7d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -6,7 +6,7 @@ set -g escape-time 10 set -g focus-events on set -g mouse on set -s set-clipboard external -set -s copy-command 'wl-copy -p' +set -s copy-command 'wl-copy -p -f' set -g base-index 1 setw -g pane-base-index 1