From aef6c8516f6bbc8b6dc8df10f3eb78e7e8427041 Mon Sep 17 00:00:00 2001 From: speedie Date: Tue, 25 Jul 2023 00:20:43 +0200 Subject: [PATCH] Update wiki to reflect changes --- articles/Configurable keybinds.md | 2 ++ articles/spmenu.conf documentation.md | 3 +++ articles/theme.conf documentation.md | 3 +++ 3 files changed, 8 insertions(+) diff --git a/articles/Configurable keybinds.md b/articles/Configurable keybinds.md index 218eded..51d6866 100644 --- a/articles/Configurable keybinds.md +++ b/articles/Configurable keybinds.md @@ -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 diff --git a/articles/spmenu.conf documentation.md b/articles/spmenu.conf documentation.md index b64da5c..08b4b52 100644 --- a/articles/spmenu.conf documentation.md +++ b/articles/spmenu.conf documentation.md @@ -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 diff --git a/articles/theme.conf documentation.md b/articles/theme.conf documentation.md index be4a30d..2d9986f 100644 --- a/articles/theme.conf documentation.md +++ b/articles/theme.conf documentation.md @@ -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