summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2021-06-08 22:02:29 +0200
committerDave Davenport <qball@gmpclient.org>2021-06-08 22:02:29 +0200
commitb478de3d7da950de9c19a15ad551488a379bf8e3 (patch)
tree6be18d09e5a5469be67fc096459c1c6c0a7ef4fe /config
parentd18a887f03dc8ca6db5398d5a9886474fd4cd142 (diff)
Remove deprecated option, fix typo in manpage.
Diffstat (limited to 'config')
-rw-r--r--config/config.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/config.c b/config/config.c
index 29f10efd..a7737830 100644
--- a/config/config.c
+++ b/config/config.c
@@ -40,8 +40,6 @@ Settings config = {
#else
.modi = "run,ssh",
#endif
- /** Border width around the window. */
- .menu_bw = 1,
/** The width of the switcher. (0100 in % > 100 in pixels) */
.menu_width = 50,
/** Maximum number of options to show. */
@@ -81,8 +79,6 @@ Settings config = {
*
*/
.location = WL_CENTER,
- /** Padding between elements */
- .padding = 5,
/** Y offset */
.y_offset = 0,
/** X offset */