wezterm: fix gnome compatibility
This commit is contained in:
parent
8789a2a83e
commit
5bb526a1a1
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ wt.on('override-fonts', function(window) toggle_overrides(window, overrides.font
|
||||||
wt.on('reset-overrides', reset_overrides)
|
wt.on('reset-overrides', reset_overrides)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
xcursor_theme = 'Adwaita',
|
||||||
audible_bell = 'Disabled',
|
audible_bell = 'Disabled',
|
||||||
font = wt.font(font),
|
font = wt.font(font),
|
||||||
font_size = set_by_os(fontsizes),
|
font_size = set_by_os(fontsizes),
|
||||||
|
|
Loading…
Reference in a new issue