aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-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 {{{