Replies: 3 comments 3 replies
-
You can do multi-line just fine with -e. rofi -e "Why is this just
for one liners,
when you can do multiple lines easy" -no-config
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah thanks! I was using double quotes with
but it needs single-quotes or |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think another difference is that with a pipe I can do streaming text but with e.g.
as opposed to
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use rofi to just display some formatted text without any lists or matching? There is
rofi -e "foo"
but that seems to be just for one-liners.Beta Was this translation helpful? Give feedback.
All reactions