Skip to content

Use kitty for dmenu replacement. #8797

Closed Answered by kovidgoyal
niksingh710 asked this question in Q&A
Discussion options

You must be logged in to vote

You dont want the terminal to close. Otherwise re-opening it wont be instant. Instead in your script needs to stay runing in the terminal and toggle its visibility using --toggle-visibility. Use the panel kitten not the quick-access-terminal for more control.

You can run

kitten panel --single-instance --instance-group dmenu --start-as-hidden --edge=center(or whatever) myscript.sh

Now in your window manager bind a key to run

kitten panel --single-instance --instance-group dmenu --toggle-visibility

this will cause the terminal to appear instantly. Every time you press the key.

In your script after you get the name of the program to run hide the terminal using the same command and then run t…

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@niksingh710
Comment options

Comment options

You must be logged in to vote
1 reply
@niksingh710
Comment options

Answer selected by niksingh710
Comment options

You must be logged in to vote
2 replies
@kovidgoyal
Comment options

@niksingh710
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants