Make wezterm work on hyprland

This commit is contained in:
Julian Mutter 2024-10-05 16:17:48 +02:00
parent f1be4c1fc5
commit ae0f6ec0ef

View File

@ -39,6 +39,7 @@ in
-- config.font_size = 12.0
config.hide_tab_bar_if_only_one_tab = true
config.audible_bell = 'Disabled'
config.enable_wayland = false -- Somehow only works for wayland if this is set to false
config.window_close_confirmation = 'NeverPrompt'