Replies: 1 comment 1 reply
-
If things behave differently on terminal then from a keybinding check the environment it gets in the keybinding. If it works on the terminal, then rofi seems to be working correctly. If you get an empty list I suspect chiplist is not working well from keybinding. I would check this first. I see you use wayland? do you use this rofi with X emulation or @lbonn port to wayland? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My wayland compositor is niri.
I add MOD+V { spawn "sh" "-c" "cliphist list | rofi -dmenu | cliphist decode | wl-copy";} in the config.kdl.
I type "cliphist list | rofi -dmenu |cliphist decode | wl-copy" , it works. But press MOD+V the rofi dmenu shows, but it is blank. (I am sure that the cliphist is not blank as I have typed it in the shell before)
Beta Was this translation helpful? Give feedback.
All reactions