Adjust size and scaling for fuzzel
This commit is contained in:
parent
0e00ca0d03
commit
4f1aa64152
|
@ -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";
|
||||
|
|
Reference in a new issue