aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-08-09 23:36:50 +0200
committersrdusr <trevorgray@srdusr.com>2023-08-09 23:36:50 +0200
commita10d9d07d5cd719ce21b2faaef6e52db300ec9ce (patch)
tree37d23783fcf5cb8c24aefe1fb94a129cf172b46f
parentafb74da07087434c0f78e9c6a121fe864767e19a (diff)
downloaddotfiles-a10d9d07d5cd719ce21b2faaef6e52db300ec9ce.tar.gz
dotfiles-a10d9d07d5cd719ce21b2faaef6e52db300ec9ce.zip
Use x11 backend
-rw-r--r--.config/kitty/kitty.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf
index 90baf8e..cbf9f70 100644
--- a/.config/kitty/kitty.conf
+++ b/.config/kitty/kitty.conf
@@ -496,7 +496,7 @@ clipboard_control write-primary write-clipboard no-append
#: Hide the kitty window's title bar on macOS.
-hide_window_decorations no
+hide_window_decorations yes
#: Hide the window decorations (title bar and window borders) on X11
#: and Wayland. Whether this works and exactly what effect it has
@@ -520,6 +520,12 @@ hide_window_decorations no
#: default, kitty will stay running, even with no open windows, as is
#: the expected behavior on macOS.
+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
+#: to x11 or wayland to force the choice.
+
#: }}}
#: Keyboard shortcuts {{{