1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

tmux.conf: pass -f flag to wl-copy

This commit is contained in:
Henrik Hautakoski 2024-08-11 12:08:29 +02:00
parent 8ea00b5708
commit 4721600c3e

View file

@ -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