Change back to kitty and added some programs

This commit is contained in:
fwastring 2025-07-01 16:09:29 +02:00
parent 2fa80501e2
commit a6118f81fb
4 changed files with 20 additions and 6 deletions

View file

@ -11,14 +11,14 @@
if myhostname == "laptop" then
{
# name = "Iosevka Nerd Font Bold";
name = "ComicShannsMono Nerd Font Bold";
name = "ComicShannsMono Nerd Font";
# name = "Hack Nerd Font Mono Bold";
size = 15;
size = 18;
}
else
{
# name = "Iosevka Nerd Font Bold";
name = "ComicShannsMono Nerd Font Bold";
name = "ComicShannsMono Nerd Font";
# name = "Hack Nerd Font Mono Bold";
size = 12;
};
@ -32,5 +32,15 @@
cursor_blink_interval = 0;
enable_audio_bell = false;
};
keybindings = {
"ctrl+alt+k" = "launch --location=hsplit --cwd=current";
"ctrl+alt+l" = "launch --location=vsplit --cwd=current";
"ctrl+shift+n" = "next_tab";
"ctrl+shift+b" = "prev_tab";
"ctrl+h" = "neighboring_window left";
"ctrl+l" = "neighboring_window right";
"ctrl+j" = "neighboring_window down";
"ctrl+k" = "neighboring_window up";
};
};
}