diff options
| author | silly <u65487754@gmail.com> | 2026-04-05 07:52:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-05 07:52:06 +0000 |
| commit | 037cd41b432a5a1bb28ff2cfaa5f7d4c54b6d9a1 (patch) | |
| tree | a2e2c56d36fe0d4e8834fcf3ff3c6e9f55486115 | |
| parent | e474b1d7dbc9b1be255a72c1832b7e52301b615f (diff) | |
Change allow_remote_control setting to 'yes'
| -rw-r--r-- | .config/kitty/kitty.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 1def958..1c91c57 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -10,7 +10,7 @@ cursor_blink_interval 1 shell_integration no-cursor confirm_os_window_close 0 -allow_remote_control 1 +allow_remote_control yes background_opacity 0.7 background_blur 1 |
