Skip to content

Commit

Permalink
(kitty) Enable remote control
Browse files Browse the repository at this point in the history
Needed for ZenMode to increase text size.
  • Loading branch information
emilford committed Dec 27, 2021
1 parent 0f53813 commit 644d108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ close_on_child_death no
#: to yes means that any background processes still using the terminal
#: can fail silently because their stdout/stderr/stdin no longer work.

allow_remote_control no
allow_remote_control socket-only

#: Allow other programs to control kitty. If you turn this on other
#: programs can control all aspects of kitty, including sending text
Expand All @@ -919,7 +919,7 @@ allow_remote_control no
#: from controlling kitty. Reloading the config will not affect this
#: setting.

listen_on none
listen_on unix:/tmp/kitty

#: Tell kitty to listen to the specified unix/tcp socket for remote
#: control connections. Note that this will apply to all kitty
Expand Down

0 comments on commit 644d108

Please sign in to comment.