lbonn / rofi

Rofi: A window switcher, run dialog and dmenu replacement - fork with wayland support
Other
943 stars 37 forks source link

Implement async clipboard support for Wayland #34

Closed quantum5 closed 2 years ago

quantum5 commented 2 years ago

This uses GIOChannels and the Glib event loop to read the file descriptor in an asynchronous fashion.

lbonn commented 2 years ago

Great, works like a charm!