X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Ftmux%2Ffiles%2Fwm_copy;fp=states%2Ftmux%2Ffiles%2Fwm_copy;h=1ea6ef0e7eb200f7a799f3abbb2cd0904065e90f;hb=47c858bd94e6c79e904f0adf91d20753ae10cadc;hp=44a802cd431a58dfeb5264cd83e05e592b973ff8;hpb=83dd9bff5db085175d8eba86a06c6f145dfb0fa2;p=max%2Fsaltfiles.git diff --git a/states/tmux/files/wm_copy b/states/tmux/files/wm_copy index 44a802c..1ea6ef0 100644 --- a/states/tmux/files/wm_copy +++ b/states/tmux/files/wm_copy @@ -3,5 +3,5 @@ if [[ $XDG_SESSION_TYPE == "wayland" ]]; then wl-copy < /dev/stdin > /dev/null else - xclip -i < /dev/stdin > /dev/null + xclip -selection clipboard -i < /dev/stdin > /dev/null fi