-
Automate pasting in a pointed textbox on an existing window. Rofimoji already does this. I'm thinking if there's any way to do this. |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Oct 27, 2022
Replies: 1 comment
-
Oopsie. Did not read the documentation btw. Make an executable
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oopsie. Did not read the documentation btw. Make an executable
.local/bin/rofipaste
chmod +x .local/bin/rofipaste
& bind it.bindsym $mod+c exec --no-startup-id rofi -modi "clipboard:rofipaste" -show clipboard
Make sure .local/bin is in $PATH.