kitty: Enable remote control with listen support

This enables us to automatically change kitty colors when changing pywal
color schemes, which means that kitty window management, such as its tab
feature, will honor the new colors of pywal automatically, without
having to restart kitty.
This commit is contained in:
Donovan Glover 2022-04-11 09:16:53 -04:00
parent eb38cfcf1c
commit 54b116c55b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -45,7 +45,10 @@ background_opacity 0.9
# dynamic_background_opacity yes
# Allow remote control so the above command can be executed
# allow_remote_control yes
allow_remote_control yes
# Listen for remote control commands outside of kitty (required for scripts)
listen_on unix:/tmp/kitty
# Use a consistent window size for floating windows
# remember_window_size no