fix(kitty): bad tab bar display
Fixed in kitty 0.35.1: Fix a regression in 0.34 that caused the tab bar to not render in second and subsequent OS Windows under Hyprland (https://github.com/kovidgoyal/kitty/issues/7413)
This commit is contained in:
parent
3f0ed81c2a
commit
4674308779
2 changed files with 4 additions and 1 deletions
3
home.nix
3
home.nix
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, nixvim, river-shifttags, ... }: let
|
||||
{ pkgs, nixvim, river-shifttags, kitty-unstable, ... }: let
|
||||
username = "khais";
|
||||
in {
|
||||
imports = [
|
||||
|
|
@ -112,6 +112,7 @@ in {
|
|||
};
|
||||
|
||||
programs.kitty = {
|
||||
package = kitty-unstable;
|
||||
enable = true;
|
||||
keybindings = {
|
||||
"super+shift+enter" = "new_os_window_with_cwd";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue