Changing the qtile font.
This commit is contained in:
parent
e881ca3844
commit
f577499865
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ if __name__ in ['config', '__main__']:
|
||||||
auto_fullscreen = True
|
auto_fullscreen = True
|
||||||
wmname = 'LG3D'
|
wmname = 'LG3D'
|
||||||
widget_defaults = {
|
widget_defaults = {
|
||||||
'font': 'Arial',
|
'font': 'freesans',
|
||||||
'fontsize': 16,
|
'fontsize': 16,
|
||||||
'padding': 3,
|
'padding': 3,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue