From 7968beee4ac18512854d4145f4b0e6da0e6e0851 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 31 May 2021 16:49:04 +0200 Subject: bemenu: display on focused monitor --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') 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: -- cgit 1.4.1