Eisa01 / mpv-scripts

This repository contain scripts I have made for mpv media player...
BSD 2-Clause "Simplified" License
505 stars 35 forks source link

Notice: Wayland #128

Closed solariz closed 6 months ago

solariz commented 6 months ago

Hey,

just a notice for anybody going to use the SmartCopyPaste.lua Scripts. On Wayland you cant go with xclip anymore. Short solution, install wl-clipboard and change the Script to use it instead of xclip:

linux_copy = 'wl-copy',
linux_paste = 'wl-paste',

Thats it, still beautifully working.

Cheers

Eisa01 commented 6 months ago

Thanks for the notification, glad that the customisation came in handy. This will be useful for others as a reference. Closed.