lbonn / rofi

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

Cannot paste to Rofi window on Sway #18

Closed justinlovinger closed 3 years ago

justinlovinger commented 3 years ago

Version

1.5.4-dev

Configuration

https://gist.github.com/JustinLovinger/adb5218e4cc60a72b60b974249bb8c76

Launch Command

rofi -show run

Steps to reproduce

What behaviour you see

Nothing happens.

What behaviour you expect to see

Copied text is inserted into Rofi.

lbonn commented 3 years ago

Implemented in 2a68677b6a443e0991deb84467383745118b09f5.

Ctrl-v pastes the wayland clipboard (Ctrl-c) Shift-Insert pastes the classic X11 primary selection (mouse selection)