diff options
| author | William Casarin <jb55@jb55.com> | 2018-07-09 17:27:37 -0700 |
|---|---|---|
| committer | William Casarin <jb55@jb55.com> | 2018-07-09 17:27:37 -0700 |
| commit | 22e403ca533419e1d19bf5c4dad8b2bbc4eb2173 (patch) | |
| tree | 089f405c4b3befd0c7d63492168cfaaf17f526a6 /cfg.def.h | |
| parent | e4230b572ef598ee38da4334f0482b81496fbf0c (diff) | |
subtree nav works
Diffstat (limited to 'cfg.def.h')
| -rw-r--r-- | cfg.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ enum position { static int xpad = 6; static int ypad = 2; -static enum position position = POSITION_RIGHT; /* -b option; if 0, dmenu appears at bottom */ +static enum position position = POSITION_TOP; /* -b option; if 0, dmenu appears at bottom */ static const char *separator = " → "; |
