mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: enable kitty remote control
This commit is contained in:
parent
27e1e71b6a
commit
d53a74c2a6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
confirm_os_window_close = -1;
|
confirm_os_window_close = -1;
|
||||||
enable_audio_bell = "no";
|
enable_audio_bell = "no";
|
||||||
background_opacity = pkgs.lib.mkForce "0.8";
|
background_opacity = pkgs.lib.mkForce "0.8";
|
||||||
allow_remote_control = "socket-only";
|
allow_remote_control = "yes";
|
||||||
listen_on = "unix:/tmp/kitty";
|
listen_on = "unix:/tmp/kitty";
|
||||||
scrollback_pager = ''nvim --noplugin -c "set signcolumn=no showtabline=0" -c "silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer - "'';
|
scrollback_pager = ''nvim --noplugin -c "set signcolumn=no showtabline=0" -c "silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer - "'';
|
||||||
cursor = pkgs.lib.mkForce "#c0caf5";
|
cursor = pkgs.lib.mkForce "#c0caf5";
|
||||||
|
|
Loading…
Reference in a new issue