Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully hide the input prompt + empty space? #182

Open
766F6964 opened this issue Jul 26, 2024 · 0 comments
Open

Fully hide the input prompt + empty space? #182

766F6964 opened this issue Jul 26, 2024 · 0 comments

Comments

@766F6964
Copy link

Summary:
I would like to hide the input run prompt + the space it takes at the top of the window.
While I can do --prompt-text "", this doesn't get rid of the space on the top, it only hides the text.
I basically just want a selection menu, with the topmost item already being the first item in the list, instead of the prompt.

My config:

# Font
font = JetBrainsMono Nerd Font Mono
font-size = 12

# Window Style and Position
height = 200
width = 150
horizontal = false
outline-width = 0
border-width = 1
border-color = #4c8bf5

margin-top = 28
margin-bottom = 0
margin-left = 0
margin-right = 2
padding-top = 0
padding-bottom = 0
padding-left = 0
padding-right = 0

And I am running it like so: echo "" | tofi-run --anchor top-right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant