disable wayland in wezterm

This commit is contained in:
Osman Faruk Bayram 2025-08-19 21:39:08 +03:00
parent 5081595ed1
commit 497e4090c0

View file

@ -24,6 +24,7 @@
default_prog = { _G.shells.fish }, default_prog = { _G.shells.fish },
window_decorations = "NONE", window_decorations = "NONE",
hide_tab_bar_if_only_one_tab = true, hide_tab_bar_if_only_one_tab = true,
enable_wayland = false,
} }
''; '';
}; };