increased default font size for bemenu
Signed-off-by: Stacy Harper <contact@stacyharper.net>
This commit is contained in:
parent
390a59c318
commit
d5139e4393
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue