diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.profile b/.profile index b2c5411..2696b07 100644 --- a/.profile +++ b/.profile @@ -59,3 +59,5 @@ export LESS='--hilite-search --hilite-unread --long-prompt --raw-control-chars - # Set the rsync ssh command to use by default export RSYNC_RSH='ssh -T -x -o Compression=no' + +export BEMENU_OPTS='--ignorecase --no-overlap --fn "Iosevka SS14 Extended 11" --nb "#1c1c1c" --nf "#fffffb" --tb "#4E4371" --tf "#fffffb" --fb "#1c1c1c" --ff "#fffffb" --sb "#ddd23b" --sf "#1c1c1c" --hb "#4E4371" --hf "#fffffb" --scb "#1c1c1c" --scf "#4E4371"' |