mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Remove deprecated and unsupported Kitty settings (#3849)
The following options are no longer recognized by Kitty and caused warnings during startup: window_padding_height show_window_resize_notification single_instance They have been removed to keep the configuration compatible with current Kitty versions.
This commit is contained in:
@@ -7,9 +7,7 @@ font_size 9.0
|
|||||||
|
|
||||||
# Window
|
# Window
|
||||||
window_padding_width 14
|
window_padding_width 14
|
||||||
window_padding_height 14
|
|
||||||
hide_window_decorations yes
|
hide_window_decorations yes
|
||||||
show_window_resize_notification no
|
|
||||||
confirm_os_window_close 0
|
confirm_os_window_close 0
|
||||||
|
|
||||||
# Keybindings
|
# Keybindings
|
||||||
@@ -17,7 +15,6 @@ map ctrl+insert copy_to_clipboard
|
|||||||
map shift+insert paste_from_clipboard
|
map shift+insert paste_from_clipboard
|
||||||
|
|
||||||
# Allow remote access
|
# Allow remote access
|
||||||
single_instance yes
|
|
||||||
allow_remote_control yes
|
allow_remote_control yes
|
||||||
|
|
||||||
# Aesthetics
|
# Aesthetics
|
||||||
|
|||||||
Reference in New Issue
Block a user