config: change default font size from 8 to 10

This commit is contained in:
Johan Malm 2020-12-30 10:44:57 +00:00
parent cfc6e18cdc
commit 529d7016f2
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
<!-- This font size also determintes the height of the window title bar -->
<font place="ActiveWindow">
<name>Sans</name>
<size>8</size>
<size>10</size>
</font>
</theme>

View file

@ -253,7 +253,7 @@ static void
pre_processing(void)
{
rc.xdg_shell_server_side_deco = true;
rc.font_size_activewindow = 8;
rc.font_size_activewindow = 10;
}
static void