Adjust size and scaling for fuzzel

This commit is contained in:
Evie Litherland-Smith 2024-05-27 16:40:02 +01:00
parent 0e00ca0d03
commit 4f1aa64152

View file

@ -10,7 +10,7 @@
enable = true;
settings = {
main = {
dpi-aware = false;
dpi-aware = true;
font = "${fonts.monospace.name}:size=${toString fonts.sizes.applications}";
icon-theme = config.gtk.iconTheme.name;
icons-enabled = true;
@ -21,7 +21,7 @@
then alacritty.package
else pkgs.alacritty
}/bin/alacritty -e";
lines = 40;
lines = 20;
width = 80;
tabs = 4;
layer = "overlay";