summaryrefslogtreecommitdiff
path: root/.config/kitty
diff options
context:
space:
mode:
Diffstat (limited to '.config/kitty')
-rw-r--r--.config/kitty/kitty.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf
index c79faf1..bd2cfa4 100644
--- a/.config/kitty/kitty.conf
+++ b/.config/kitty/kitty.conf
@@ -25,7 +25,7 @@
# font_size 11.0
# font_family Fira Code
-font_size 14.0
+font_size 13.0
#: Font size (in pts)
@@ -178,6 +178,7 @@ cursor #ff0000
#: special keyword: background
# cursor_shape block
+cursor_shape block
#: The cursor shape can be one of (block, beam, underline). Note that
#: when reloading the config this will be changed only if the cursor
@@ -938,7 +939,6 @@ enabled_layouts tall,fat,grid
#: can fail silently because their stdout/stderr/stdin no longer work.
# allow_remote_control no
-allow_remote_control yes
#: Allow other programs to control kitty. If you turn this on other
#: programs can control all aspects of kitty, including sending text
@@ -1269,6 +1269,7 @@ allow_remote_control yes
#: the working directory of the current window using::
#: map ctrl+alt+enter launch --cwd=current
+map ctrl+alt+enter launch --cwd=current
#: You can open a new window that is allowed to control kitty via the
#: kitty remote control facility by prefixing the command line with @.