New option to control when dnd kitten exits
To be implemented
This commit is contained in:
parent
516ca9a8c4
commit
74787a60d7
1 changed files with 8 additions and 0 deletions
|
|
@ -50,6 +50,14 @@
|
|||
type=int
|
||||
The thumbnail size for the image used as the drag icon. Images larger than this size are downscaled.
|
||||
Note that the terminal may reject the drag if the image is too large.
|
||||
|
||||
|
||||
--exit-on
|
||||
default=esc-key
|
||||
A comma separated list of events to exit on. Possible events are :code:`drag-finish`,
|
||||
:code:`drop-finish` and :code:`esc-key`. The first two events refer to a successful
|
||||
completion of a drag or a drop respectively. :code:`esc-key` means press the :kbd:`Esc`
|
||||
key.
|
||||
'''.format
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue