forked from mirrors_public/oddlama_nix-config
fix: disable kitty close window shortcut
This commit is contained in:
parent
12309fdaf6
commit
1cf14ff858
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue