aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2025-07-07 22:54:40 +0100
committerBlake Romero <blake@blkrom.com>2025-07-07 22:54:40 +0100
commit1497695de36eafd88bb09db2cb30126ec8dc6185 (patch)
treeadf1e097139bff698599f7a35dd3ba9c7334ff53
parentce7d33706f0e7b05e41d333284b080efc046dfa9 (diff)
Expand default bemenu opts
-rw-r--r--dot-profile12
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 \