kitty test
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
repaint_delay = 2;
|
repaint_delay = 2;
|
||||||
sync_to_monitor = false;
|
sync_to_monitor = false;
|
||||||
wayland_enable_ime = false;
|
wayland_enable_ime = false;
|
||||||
|
allow_remote_control = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -57,3 +57,9 @@ post_hook = 'echo "after gen"'
|
|||||||
green = "#00ff00"
|
green = "#00ff00"
|
||||||
red = "#ff0000"
|
red = "#ff0000"
|
||||||
blue = { color = "#0000ff", blend = false }
|
blue = { color = "#0000ff", blend = false }
|
||||||
|
|
||||||
|
### --- my config
|
||||||
|
[templates.kitty]
|
||||||
|
input_path = './templates/kitty.conf'
|
||||||
|
output_path = '~/.config/kitty/colors.conf'
|
||||||
|
post_hook = "kitty @ set-colors -a -c ~/.config/kitty/colors.conf"
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
# Shell integration is sourced and configured manually
|
||||||
|
shell_integration no-rc
|
||||||
|
|
||||||
|
bold_font auto
|
||||||
|
bold_italic_font auto
|
||||||
|
confirm_os_window_close 0
|
||||||
|
font_family JetBrainsMono Nerd Font
|
||||||
|
font_size 18
|
||||||
|
input_delay 0
|
||||||
|
italic_font auto
|
||||||
|
repaint_delay 2
|
||||||
|
sync_to_monitor no
|
||||||
|
wayland_enable_ime no
|
||||||
|
window_padding_width 10
|
||||||
|
allow_remote_control yes
|
||||||
|
|
||||||
|
include colors.conf
|
||||||
Reference in New Issue
Block a user