ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
jkl has quit [Ping timeout: 480 seconds]
jkl has joined #wayland
Brainium has joined #wayland
agd5f has quit [Remote host closed the connection]
frytaped has quit [Remote host closed the connection]
frytaped has joined #wayland
atticf has quit [Remote host closed the connection]
kts has joined #wayland
kts has quit [Ping timeout: 480 seconds]
kts has joined #wayland
hugeblank has quit [Quit: WeeChat 4.7.1]
hugeblank has joined #wayland
atticf has joined #wayland
kts has quit [Ping timeout: 480 seconds]
bolko has joined #wayland
bolko has left #wayland [#wayland]
fugue has joined #wayland
fugue has left #wayland [#wayland]
garnacho has joined #wayland
fugue has joined #wayland
__0x1eaf has joined #wayland
fugue has left #wayland [#wayland]
fugue has joined #wayland
fugue has quit [Quit: fugue]
fugue has joined #wayland
<fugue>
sorry had to disconnect and rejoin so I'm going to ask my question again
<fugue>
How can I copy a `.jpg` file with `wl-copy`? I've tried `wl-copy < my_file.jpg`, `wl-copy -t image/jpg < my_file.jpg` and `echo file:///full/path/to/my_file.jpg | wl-copy -t text/uri-list`. The latter at least seems to generate some empty/broken image file to paste. I'm hoping figuring this out can help me copy stuff like `.mp4`s as well from command line. Thanks
armin has joined #wayland
Net147 has quit [Quit: Quit]
Net147 has joined #wayland
coldfeet has joined #wayland
Drakulix has quit [Ping timeout: 480 seconds]
Drakulix has joined #wayland
<emersion>
i use wl-copy -t "text/uri-list" "file://$path"
coldfeet has quit [Ping timeout: 480 seconds]
fomys has quit [Remote host closed the connection]
fomys has joined #wayland
gusnan_ has joined #wayland
gusnan has quit [Ping timeout: 480 seconds]
rasterman has joined #wayland
<fugue>
Thank you kindly! If you don't mind, what is that `file://` thing called so I can google?