Fix screen dpi + alacritty font size + obs plugins
This commit is contained in:
parent
e975d1294d
commit
0b02f1b94f
3 changed files with 58 additions and 37 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue