foot.nix: increase default font size
This commit is contained in:
parent
075a822648
commit
5c0dc60e8b
1 changed files with 2 additions and 5 deletions
|
@ -15,8 +15,8 @@
|
||||||
title = "foot";
|
title = "foot";
|
||||||
locked-title = "no";
|
locked-title = "no";
|
||||||
|
|
||||||
font = "Iosevka Nerd Font:size=14";
|
font = "Iosevka Nerd Font:size=16";
|
||||||
font-bold = "Iosevka Nerd Font:size=14";
|
font-bold = "Iosevka Nerd Font:size=16";
|
||||||
|
|
||||||
line-height = 20;
|
line-height = 20;
|
||||||
letter-spacing = 0;
|
letter-spacing = 0;
|
||||||
|
@ -26,9 +26,6 @@
|
||||||
box-drawings-uses-font-glyphs = "no";
|
box-drawings-uses-font-glyphs = "no";
|
||||||
dpi-aware = "no";
|
dpi-aware = "no";
|
||||||
|
|
||||||
# selection-target = "primary";
|
|
||||||
# dpi-aware = false;
|
|
||||||
# pad = "0x0 center";
|
|
||||||
bold-text-in-bright = "no";
|
bold-text-in-bright = "no";
|
||||||
word-delimiters = ",│`|:\"'()[]{}<>";
|
word-delimiters = ",│`|:\"'()[]{}<>";
|
||||||
selection-target = "primary";
|
selection-target = "primary";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue