From becb1ceca1e669b6dcc49f995f8e8a718288a87a Mon Sep 17 00:00:00 2001 From: fanyx Date: Mon, 7 Aug 2023 12:45:20 +0200 Subject: [PATCH] force x11 to have window decorations on wayland --- .config/kitty/kitty.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index d013e30..e816c83 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -833,7 +833,8 @@ macos_custom_beam_cursor no #: mouse cursor invisible on dual GPU machines. Changing this setting #: by reloading the config is not supported. -linux_display_server auto +# linux_display_server auto +linux_display_server x11 #: Choose between Wayland and X11 backends. By default, an appropriate #: backend based on the system state is chosen automatically. Set it