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:
parent
8ea00b5708
commit
4721600c3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue