From ab7ec26b220527719591a91e0d60dcbc98793c01 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Thu, 9 Apr 2026 11:31:59 +0500 Subject: [PATCH] bemenu opts --- .zprofile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zprofile b/.zprofile index 9332d55..78cc609 100644 --- a/.zprofile +++ b/.zprofile @@ -8,6 +8,9 @@ export XDG_SESSION_TYPE=wayland export HOMEBREW_NO_AUTO_UPDATE=true export ELECTRON_OZONE_PLATFORM_HINT=auto +export BEMENU_SCALE='1.1' +export BEMENU_OPTS='--tf #7bc6e2 --hf #7bc6e2 --fn "Input Mono" 12 --hp 8 --ignorecase --single-instance --wrap' + if command -v dbus-update-activation-environment >/dev/null; then dbus-update-activation-environment XDG_CURRENT_DESKTOP XDG_SESSION_DESKTOP XDG_SESSION_TYPE fi