Kitty tweaks.
This commit is contained in:
parent
2d38ff59bf
commit
362df91d3e
@ -292,8 +292,6 @@ detect_urls yes
|
||||
#: underline and the mouse cursor becomes a hand over them. Even if
|
||||
#: this option is disabled, URLs are still clickable.
|
||||
|
||||
url_excluded_characters
|
||||
|
||||
#: Additional characters to be disallowed from URLs, when detecting
|
||||
#: URLs under the mouse cursor. By default, all characters legal in
|
||||
#: URLs are allowed.
|
||||
@ -475,12 +473,12 @@ sync_to_monitor yes
|
||||
|
||||
#: Terminal bell {{{
|
||||
|
||||
enable_audio_bell yes
|
||||
enable_audio_bell no
|
||||
|
||||
#: Enable/disable the audio bell. Useful in environments that require
|
||||
#: silence.
|
||||
|
||||
visual_bell_duration 0.0
|
||||
visual_bell_duration 0
|
||||
|
||||
#: Visual bell duration. Flash the screen when a bell occurs for the
|
||||
#: specified number of seconds. Set to zero to disable.
|
||||
@ -490,7 +488,7 @@ window_alert_on_bell yes
|
||||
#: Request window attention on bell. Makes the dock icon bounce on
|
||||
#: macOS or the taskbar flash on linux.
|
||||
|
||||
bell_on_tab yes
|
||||
bell_on_tab no
|
||||
|
||||
#: Show a bell symbol on the tab if a bell occurs in one of the
|
||||
#: windows in the tab and the window is not the currently focused
|
||||
@ -506,9 +504,9 @@ command_on_bell none
|
||||
|
||||
#: Window layout {{{
|
||||
|
||||
remember_window_size yes
|
||||
initial_window_width 640
|
||||
initial_window_height 400
|
||||
remember_window_size no
|
||||
initial_window_width 120c
|
||||
initial_window_height 34c
|
||||
|
||||
#: If enabled, the window size will be remembered so that new
|
||||
#: instances of kitty will have the same size as the previous
|
||||
@ -532,7 +530,7 @@ window_resize_step_lines 2
|
||||
#: resizing windows. The cells value is used for horizontal resizing
|
||||
#: and the lines value for vertical resizing.
|
||||
|
||||
window_border_width 0.5pt
|
||||
window_border_width 5px
|
||||
|
||||
#: The width of window borders. Can be either in pixels (px) or pts
|
||||
#: (pt). Values in pts will be rounded to the nearest number of pixels
|
||||
@ -1311,7 +1309,7 @@ map kitty_mod+o open_url_with_hints
|
||||
|
||||
map kitty_mod+f11 toggle_fullscreen
|
||||
#map kitty_mod+f10 toggle_maximized
|
||||
map kitty_mod+shift+u kitten unicode_input
|
||||
map kitty_mod+shift+e kitten unicode_input
|
||||
#map kitty_mod+f2 edit_config_file
|
||||
#map kitty_mod+escape kitty_shell window
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user