diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-11-06 16:59:05 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-11-06 16:59:05 +0100 |
| commit | 206619d3601445ec9a3be05d9bb3064760595b74 (patch) | |
| tree | 7afa5b631dc6fd0447601317345c7a376db041cc /.config/kitty | |
| parent | 306c9135471f0a13de16fcc62af2d79ae810e1fe (diff) | |
update
Diffstat (limited to '.config/kitty')
| -rw-r--r-- | .config/kitty/kitty.conf | 5 |
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 @. |
