You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really this app, this is the best option I have found for emoji picker on KDE, way better yhan the KDE integrated emoji picker.
However it is difficult to make it work on wayland, because wtype is not supported with some compositors and also I dont want to run ydotool as a service.
So my use case is simple:
I map Meta+. to efck
Once I select something it uses "wtype" (not really) to paste it to my clipboard
I hit ctrl+v
1 Fixing wtype compositor problem
Install CopyQ, it works on wayland and also X, and is good fit any DE.
On my Arch I dis with sudo pacman -S copyq
Copyq has a GUI interface, but we are only interested in the CLI it allows to add things to clipboard
As efck expects wtype and there is no way YET to customize the clipboard manager, we need to use a workaround
Create a file called wtype on your local bin ~/.local/bin/ or ~/bin
#!/usr/bin/env sh
copyq copy $1
chmod +x on it.
And that is it!
Map some keybinding to efck and it will call your script to add emoji selection to clipboard.
RFC
Make it possible to customize the clipboard command, so I can pass ["copyq", "copy"]
Btw: Thanks for this great tool!
The text was updated successfully, but these errors were encountered:
But I agree, commands might need to be overridden. Of all the different options for it, inspired by your example, I'm leaning towards simply invoking well-known efck-chat-keyboard-typecmd and efck-chat-keyboard-copycmd if available in $PATH. What do you think?
kernc
changed the title
I found a workaround to make it work with clipboard on KDE/Wayland
Override clipboard command (on KDE/Wayland)
Apr 16, 2024
I really this app, this is the best option I have found for emoji picker on KDE, way better yhan the KDE integrated emoji picker.
However it is difficult to make it work on wayland, because wtype is not supported with some compositors and also I dont want to run ydotool as a service.
So my use case is simple:
Meta+.
to efck1 Fixing wtype compositor problem
Install CopyQ, it works on wayland and also X, and is good fit any DE.
On my Arch I dis with
sudo pacman -S copyq
Copyq has a GUI interface, but we are only interested in the
CLI
it allows to add things to clipboardAs efck expects wtype and there is no way YET to customize the clipboard manager, we need to use a workaround
Create a file called
wtype
on your local bin~/.local/bin/
or~/bin
chmod +x
on it.And that is it!
Map some keybinding to efck and it will call your script to add emoji selection to clipboard.
RFC
Make it possible to customize the clipboard command, so I can pass
["copyq", "copy"]
Btw: Thanks for this great tool!
The text was updated successfully, but these errors were encountered: