mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
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:
parent
eb38cfcf1c
commit
54b116c55b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user