diff options
| author | Robert Günzler <r@gnzler.io> | 2021-05-31 16:49:04 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-05-31 16:49:04 +0200 |
| commit | 7968beee4ac18512854d4145f4b0e6da0e6e0851 (patch) | |
| tree | 8b1575588055cd8bb9cc505350aa1fcd9b282d8c /.profile | |
| parent | 8e7b444addee3719713349a7c7475ba744827da1 (diff) | |
bemenu: display on focused monitor
Diffstat (limited to '')
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile index 3b9a239..dc8abff 100644 --- a/.profile +++ b/.profile @@ -79,6 +79,6 @@ export RSYNC_RSH='ssh -T -x -o Compression=no' # make weechat use xdg config home export WEECHAT_HOME="${XDG_CONFIG_HOME}/weechat" # central bemenu config -export BEMENU_OPTS='--ignorecase --no-overlap --fn "Iosevka Fixed SS08 10" --nb "#1c1c1c" --nf "#fffffb" --tb "#4E4371" --tf "#fffffb" --fb "#1c1c1c" --ff "#fffffb" --sb "#ddd23b" --sf "#1c1c1c" --hb "#4E4371" --hf "#fffffb" --scb "#1c1c1c" --scf "#4E4371"' +export BEMENU_OPTS='-i -n -m focused --fn "Iosevka Fixed SS08 10" --nb "#1c1c1c" --nf "#fffffb" --tb "#4E4371" --tf "#fffffb" --fb "#1c1c1c" --ff "#fffffb" --sb "#ddd23b" --sf "#1c1c1c" --hb "#4E4371" --hf "#fffffb" --scb "#1c1c1c" --scf "#4E4371"' ## private use area: |