foot: Change font size, disable dpi-aware
This commit is contained in:
parent
0a3b542424
commit
8dc3fb8de1
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ in
|
|||
|
||||
settings = {
|
||||
main = {
|
||||
font = "Iosevka Nerd Font:size=10, Twitter Color Emoji:size=8";
|
||||
dpi-aware = "yes";
|
||||
font = "Iosevka Nerd Font:size=16, Twitter Color Emoji:size=12";
|
||||
dpi-aware = "no";
|
||||
};
|
||||
|
||||
scrollback = {
|
||||
|
|
Loading…
Reference in a new issue