diff options
| author | Robert Günzler <r@gnzler.io> | 2021-02-23 13:29:45 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-04-26 02:09:45 +0200 |
| commit | 3085bc77b3f1fcc31259997a30be306a4d80f6bc (patch) | |
| tree | c0ee9e33f0ea1be49d1b89806d5c199d8b308c5b /.profile | |
| parent | e44c7474fe06bcc7bd5f9a9fea90b3917a4b1573 (diff) | |
bin/menu: pass bemenu options globally through env var
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"' |