From d5139e43931c7b45fdc4310d6c314fcf321e6f89 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Thu, 26 Aug 2021 22:05:57 +0200 Subject: [PATCH] increased default font size for bemenu Signed-off-by: Stacy Harper --- scripts/core/sxmo_winit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_winit.sh b/scripts/core/sxmo_winit.sh index 8ef75f9..59555a6 100644 --- a/scripts/core/sxmo_winit.sh +++ b/scripts/core/sxmo_winit.sh @@ -4,7 +4,7 @@ envvars() { # shellcheck disable=SC1091 [ -f /etc/profile ] && . /etc/profile - export BEMENU_OPTS='--fn "Monospace 11"' + export BEMENU_OPTS='--fn "Monospace 14"' export MOZ_ENABLE_WAYLAND=1 command -v "$TERMCMD" || export TERMCMD="foot" command -v "$BROWSER" || export BROWSER=firefox