diff options
| -rw-r--r-- | dot-profile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/dot-profile b/dot-profile index 1cbea33..ed8aab3 100644 --- a/dot-profile +++ b/dot-profile @@ -32,8 +32,16 @@ mg='#111111' hl='#31748f' export BEMENU_OPTS=" --is -W .5 -H20 -l10 -B2 -R5 -p> \ ---scroll=always --single-instance \ +--ignorecase \ +--no-spacing \ +--width-factor 0.4 \ +--line-height 20 \ +--list 10 \ +--border 2 \ +--border-radius 5 \ +--prompt '>' \ +--scroll always \ +--single-instance \ --bdr $hl \ --tb $mg --tf $hl \ --cb $fg --cf $fg \ |
