1
0
Fork 0

wezterm: fix gnome compatibility

This commit is contained in:
Von Random 2023-02-04 14:38:32 +02:00
parent 8789a2a83e
commit 5bb526a1a1

View file

@ -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),