increased default font size for bemenu

Signed-off-by: Stacy Harper <contact@stacyharper.net>
This commit is contained in:
Maarten van Gompel 2021-08-26 22:05:57 +02:00 committed by Stacy Harper
parent 390a59c318
commit d5139e4393
No known key found for this signature in database
GPG key ID: 5BAC92328B7C5D65

View file

@ -4,7 +4,7 @@
envvars() { envvars() {
# shellcheck disable=SC1091 # shellcheck disable=SC1091
[ -f /etc/profile ] && . /etc/profile [ -f /etc/profile ] && . /etc/profile
export BEMENU_OPTS='--fn "Monospace 11"' export BEMENU_OPTS='--fn "Monospace 14"'
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
command -v "$TERMCMD" || export TERMCMD="foot" command -v "$TERMCMD" || export TERMCMD="foot"
command -v "$BROWSER" || export BROWSER=firefox command -v "$BROWSER" || export BROWSER=firefox