summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2018-07-09 17:56:32 -0700
committerWilliam Casarin <jb55@jb55.com>2018-07-09 17:56:32 -0700
commitcf9ffbdb247bc3c5b31fbc7a645429dedf3d97f1 (patch)
treee16a202db5e7b13fbe4cecb8ab51100d71b3bf7b
parent168541a05f4fa899cc2f88913612bc488abb0257 (diff)
cleanup
-rw-r--r--cfg.def.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cfg.def.h b/cfg.def.h
index 5fcb5d7..efa27ed 100644
--- a/cfg.def.h
+++ b/cfg.def.h
@@ -11,7 +11,7 @@ enum position {
static int xpad = 6;
static int ypad = 2;
-static enum position position = POSITION_TOP; /* -b option; if 0, dmenu appears at bottom */
+static enum position position = POSITION_TOP;
static const char *separator = " → ";
@@ -20,7 +20,6 @@ static const char *separator = " → ";
static const char *fonts[] = {
"monospace:size=14"
};
-/* static const char *prompt = NULL; /\* -p option; prompt to the left of input field *\/ */
#define scheme_bg "#222222"