From 302db5bf07a85187221722de56ef0b76ea7a26bf Mon Sep 17 00:00:00 2001 From: QC Date: Sat, 1 Feb 2014 23:10:49 +0100 Subject: [PATCH] Add two extra options to xresource --- source/simpleswitcher.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/simpleswitcher.c b/source/simpleswitcher.c index 1a9885fa..8fefe391 100644 --- a/source/simpleswitcher.c +++ b/source/simpleswitcher.c @@ -103,6 +103,8 @@ XrmOption xrmOptions[] = { { xrm_String, "highlightbg", { .str = &config.menu_hlbg } }, { xrm_String, "bordercolor", { .str = &config.menu_bc } }, { xrm_Number, "padding", { .num = &config.padding } }, + { xrm_Number, "borderwidth", { .num = &config.menu_bw} }, + { xrm_String, "terminal", { .str = &config.terminal_emulator } }, }; void* allocate( unsigned long bytes )