Can launch command support Dialog/Toast windows? #5944
salmankhilji
started this conversation in
Ideas
Replies: 1 comment
|
Not something I care about. Patches welcome.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How difficult would it be for kitty to support a new dialog/toast window type in the
launchcommand?These will be modal windows closely resembling windows of type
overlayoroverlay-mainwith user-defined margins on all 4 sides.We can launch a new overlay window with margins as
top=bottom=height/4andleft=right=width/4to create a dialog box centered on the active window. Or perhaps with margins astop=height*3/4andleft,=right=bottom=0to produce an Android toast like window at the bottom.Primary use-case is user input, especially with the
askkitten. Working with kitty OS windows started mostly as full-screen, I personally find thecreate_markeroverlay windows unnecessarily large on my 27" monitor.If it is something you would like to do, here are a few items that would be icing on the cake:
All reactions