Fix screen dpi + alacritty font size + obs plugins

This commit is contained in:
Filippo Berto 2022-08-23 17:45:48 +02:00
parent e975d1294d
commit 0b02f1b94f
3 changed files with 58 additions and 37 deletions

View file

@ -38,7 +38,7 @@ in
scrolling.history = 3000;
font = {
normal.family = pkgs.rice.font.monospace.name;
size = pkgs.rice.font.monospace.size;
size = pkgs.rice.font.monospace.size / 1.5; # Font size is broken
};
window.opacity = pkgs.rice.opacity;
mouse = {