about summary refs log tree commit diff
path: root/home/profiles/base
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-27 15:20:27 +0900
committersefidel <contact@sefidel.net>2023-02-27 15:20:27 +0900
commit94e8d40b410fd84a390c4a701df75935a1f0fc70 (patch)
tree59f1072f424161a3c40532130f9aebc29f245dbf /home/profiles/base
parent8cc746fc5a6ace4325836a86e05206b5f8b04c64 (diff)
downloadnixrc-94e8d40b410fd84a390c4a701df75935a1f0fc70.tar.gz
nixrc-94e8d40b410fd84a390c4a701df75935a1f0fc70.zip
feat(home/base): set wl-copy as a clipboard in tmux
Diffstat (limited to 'home/profiles/base')
-rw-r--r--home/profiles/base/config/tmux.nix2
1 files changed, 2 insertions, 0 deletions
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 %