From aa0b489d8bc2040930bf298c29c4e55abdf34fb6 Mon Sep 17 00:00:00 2001 From: speedie Date: Fri, 19 May 2023 01:08:58 +0200 Subject: [PATCH] much more readable meson.options, update docs --- meson.options | 71 ++++++++++++++++++++++++++++++++++++++++++++------- spmenu.1 | 9 ------- spmenu.html | 14 ---------- 3 files changed, 62 insertions(+), 32 deletions(-) diff --git a/meson.options b/meson.options index 717846c..06a857c 100644 --- a/meson.options +++ b/meson.options @@ -1,9 +1,62 @@ -option('imlib2', type : 'boolean', value : true, description : 'Enable image support') -option('openssl', type : 'boolean', value : true, description : 'Enable OpenSSL, used for image support') -option('xresources', type : 'boolean', value : true, description : 'Enable .Xresources/xrdb support') -option('fribidi', type : 'boolean', value : true, description : 'Enable Right-to-left language support') -option('libconfig', type : 'boolean', value : true, description : 'Enable configuration file support') -option('pango', type : 'boolean', value : true, description : 'Enable Pango markup support') -option('pangoxft', type : 'boolean', value : true, description : 'Enable Pango for libXft') -option('xinerama', type : 'boolean', value : true, description : 'Enable multi-monitor support using libXinerama') -option('utf8', type : 'boolean', value : true, description : 'Enable UTF-8 character support') +option( + 'imlib2', + type : 'boolean', + value : true, + description : 'Enable image support' +) + +option( + 'openssl', + type : 'boolean', + value : true, + description : 'Enable OpenSSL, used for image support' +) + +option( + 'xresources', + type : 'boolean', + value : true, + description : 'Enable .Xresources/xrdb support' +) + +option( + 'fribidi', + type : 'boolean', + value : true, + description : 'Enable Right-to-left language support' +) + +option( + 'libconfig', + type : 'boolean', + value : true, + description : 'Enable configuration file support' +) + +option( + 'pango', + type : 'boolean', + value : true, + description : 'Enable Pango markup support' +) + +option( + 'pangoxft', + type : 'boolean', + value : true, + description : 'Enable Pango for libXft' +) + +option( + 'xinerama', + type : 'boolean', + value : true, + description : 'Enable multi-monitor support using libXinerama' +) + +option( + 'utf8', + type : 'boolean', + value : true, + description : 'Enable UTF-8 character support' +) diff --git a/spmenu.1 b/spmenu.1 index b75e356..fc9d312 100644 --- a/spmenu.1 +++ b/spmenu.1 @@ -717,15 +717,6 @@ using \f[V]\[at]include \[dq]path/to/config\[dq]\f[R]. These are the default keybinds. You can generate these yourself from a \f[V]keybinds.h\f[R] using \f[V]scripts/make/generate-keybind-list.sh\f[R]. -.TP -Mode \f[V]-1\f[R] -Any -.TP -Mode \f[V]0\f[R] -Normal mode -.TP -Mode \f[V]1\f[R] -Insert mode .PP .TS tab(@); diff --git a/spmenu.html b/spmenu.html index cdfc792..7b855d6 100644 --- a/spmenu.html +++ b/spmenu.html @@ -985,20 +985,6 @@ file using @include "path/to/config".

These are the default keybinds. You can generate these yourself from a keybinds.h using scripts/make/generate-keybind-list.sh.

-
-
Mode -1
-
-Any -
-
Mode 0
-
-Normal mode -
-
Mode 1
-
-Insert mode -
-