Clipboard management with Ilia ? #1062
Unanswered
SimonLefort
asked this question in
Q&A
Replies: 1 comment
-
I used cliphist to achieve my goal : #Clipboard
exec wl-paste --watch cliphist store
bindsym $mod+v exec 'cliphist list | ilia -p textlist | cliphist decode | wl-copy'
bindsym $mod+Shift+v exec 'cliphist list | ilia -p textlist | cliphist delete' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just installed a fresh Regolith on Debian (my notes: Installation de Regolith sur une Debian 12 and Configuration de Regolith sur une Debian 12 ).
Before, I used Regolith on Ubuntu with X11/i3 and rofi. I used "greenclip" with rofi to manage clipboard.
Is it possible to use Ilia for clipboard management ? How would yo do that ?
I imagine it's possible with
ilia -p textlist
?$ cat test.txt aaa bbb ccc $ cat test.txt | ilia -p textlist bbb
What clipboard manager do you use with Wayland ?
I tried clipman but I can't find a way to use it...
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions