foot.nix: increase default font size

This commit is contained in:
Charlie Root 2024-11-01 14:00:12 +01:00
commit 5c0dc60e8b
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -15,8 +15,8 @@
title = "foot";
locked-title = "no";
font = "Iosevka Nerd Font:size=14";
font-bold = "Iosevka Nerd Font:size=14";
font = "Iosevka Nerd Font:size=16";
font-bold = "Iosevka Nerd Font:size=16";
line-height = 20;
letter-spacing = 0;
@ -26,9 +26,6 @@
box-drawings-uses-font-glyphs = "no";
dpi-aware = "no";
# selection-target = "primary";
# dpi-aware = false;
# pad = "0x0 center";
bold-text-in-bright = "no";
word-delimiters = ",`|:\"'()[]{}<>";
selection-target = "primary";