Update wiki to reflect changes

This commit is contained in:
speedie 2023-07-25 00:20:43 +02:00
parent cff611e748
commit aef6c8516f
3 changed files with 8 additions and 0 deletions

View file

@ -162,6 +162,8 @@ NOTE: Can be used with keybinds and mouse binds.
- Switch between Normal mode and Insert mode
- `selecthover`
- Output the item clicked on
- `markhover`
- Mark the item clicked on
- `screenshot`
- Take a screenshot of spmenu

View file

@ -577,6 +577,9 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long.
- **spmenu.match.listfile**
- Description: File to read entries from. NULL means stdin will be read
- Type: String
- **spmenu.line.itemposition**
- Description: Position to place items in (0: Bottom, 1: Top)
- Type: Integer
- **spmenu.line.height**
- Description: Height of each line (in pixels)
- Type: Integer

View file

@ -434,6 +434,9 @@ Tip: Use `Ctrl+f` to search this list, because it is quite long.
- **theme.hide.image**
- Description: Hide images (0/1)
- Type: Integer
- **theme.line.itemposition**
- Description: Position to place items in (0: Bottom, 1: Top)
- Type: Integer
- **theme.line.height**
- Description: Height of each line (in pixels)
- Type: Integer