From 94e8d40b410fd84a390c4a701df75935a1f0fc70 Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 27 Feb 2023 15:20:27 +0900 Subject: feat(home/base): set wl-copy as a clipboard in tmux --- home/profiles/base/config/tmux.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home/profiles/base') diff --git a/home/profiles/base/config/tmux.nix b/home/profiles/base/config/tmux.nix index 0b5eea4..1ffc93b 100644 --- a/home/profiles/base/config/tmux.nix +++ b/home/profiles/base/config/tmux.nix @@ -11,6 +11,8 @@ set -g status-interval 5 # redraw status line every 5 seconds + set -s copy-command "wl-copy" # wayland clipboard integration + # better split bindings unbind '"' unbind % -- cgit 1.4.1