What is the configuration setting to hide listview ? #1878
Replies: 3 comments 2 replies
-
From the documentation, its the require-input flag: listview {
require-input: true;
} This is also what is proposed in #1079. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. configuration {
modes: "run";
timeout {
action: "kb-cancel";
delay: 0;
}
filebrowser {
directories-first: true;
sorting-method: "name";
}
listview {
require-input: true;
}
}
@theme "/usr/share/rofi/themes/Monokai.rasi" but I'm still seeing a list of executables under the "run" prompt when launching rofi. Is this how I'm supposed to use this setting ? FWIW, I'm trying to replicate the look of gmrun ; Thanks for taking the time to answer ! |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply ! |
Beta Was this translation helpful? Give feedback.
-
I see here ; #1079
and there ; #1622
that there's now a setting to disable listview on launch. The discussion and PR description both fail to mention that new setting's syntax.
Can anyone tell me what I should put in my config file ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions