]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/tmux/files/wm_paste
Use clipboard, not primary selection for tmux copy paste
[max/saltfiles.git] / states / tmux / files / wm_paste
index f25a0d257257f9a1dd31116dedc80d5dc22ae5ef..abf1385af13a5fc130b164d9b042b3080df53c7f 100644 (file)
@@ -3,5 +3,5 @@
 if [[ XDG_SESSION_TYPE == "wayland" ]]; then
     wl-paste
 else
-    xclip -o
+    xclip -selection clipboard -o
 fi