fix: disable kitty close window shortcut

This commit is contained in:
oddlama 2024-04-01 16:21:27 +02:00
parent 12309fdaf6
commit 1cf14ff858
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 2 additions and 1 deletions

View file

@ -70,6 +70,7 @@
"shift+page_down" = "scroll_page_down";
"ctrl+shift+." = "change_font_size all -2.0";
"ctrl+shift+," = "change_font_size all +2.0";
"ctrl+shift+w" = "no_op";
};
# XXX: mkForce to prevent stylix from appending theme.
# Fix this by making a correct theme that can be used.