diff options
author | Phil Jones <philj56@gmail.com> | 2022-07-26 18:41:55 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-07-26 18:41:55 +0100 |
commit | 508c90ba3ff7b0e25779452a3633c0e09f413adc (patch) | |
tree | 093d5457d605a30677d6ee69b03d2c9fe3982529 /themes | |
parent | 88e713b981c8760c255b19009918ee94f60fbdc1 (diff) |
Update default --num-results in included themes.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/dmenu | 1 | ||||
-rw-r--r-- | themes/fullscreen | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/themes/dmenu b/themes/dmenu index 1451ed8..db480b8 100644 --- a/themes/dmenu +++ b/themes/dmenu @@ -8,7 +8,6 @@ font = monospace outline-width = 0 border-width = 0 background-color = #000000 -num-results = 10 min-input-width = 240 result-spacing = 30 padding-top = 0 diff --git a/themes/fullscreen b/themes/fullscreen index c917569..18b67b4 100644 --- a/themes/fullscreen +++ b/themes/fullscreen @@ -5,5 +5,6 @@ outline-width = 0 padding-left = 35% padding-top = 35% result-spacing = 50 +num-results = 5 font = monospace background-color = #000A |