From 75634f63d166b2916763249875310fc1269fe626 Mon Sep 17 00:00:00 2001 From: Moritz Luedecke Date: Sun, 20 Aug 2017 15:21:33 +0200 Subject: Rename option windowed to embedded --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index 5d2a512..8eea22b 100644 --- a/config.h +++ b/config.h @@ -2,6 +2,7 @@ /* Default settings; can be overriden by command line. */ static int topbar = 1; +static int embedded = 0; static int minpwlen = 32; static const char *fonts[] = { "monospace:size=10" -- cgit v1.2.3