foot: disable dpi aware, too small on some screens

This commit is contained in:
Evie Litherland-Smith 2024-03-24 08:31:11 +00:00
parent 52c7547539
commit e6fb581ac8

View file

@ -8,7 +8,7 @@
title = "foot"; title = "foot";
locked-title = "no"; locked-title = "no";
font = with config.stylix.fonts; "${monospace.name}:size=${toString sizes.applications}"; font = with config.stylix.fonts; "${monospace.name}:size=${toString sizes.applications}";
dpi-aware = "yes"; dpi-aware = "no";
pad = "10x10"; pad = "10x10";
}; };
bell = { bell = {