feat: swich to kitty

This commit is contained in:
2025-05-03 09:56:23 +08:00
parent 1ff4475a8f
commit 095d9ecb67
2 changed files with 8 additions and 13 deletions

View File

@@ -16,6 +16,8 @@ lib.my.makeHomeProgramConfig {
initial_window_height = 600;
enable_audio_bell = "no";
term = "xterm-256color";
close_on_child_death = "yes";
};
font = {
name = "monospace";

View File

@@ -85,10 +85,6 @@
};
spawn-at-startup = map (c: { command = c; }) [
[
"alacritty"
"--daemon"
]
[ "${lib.getExe pkgs.xwayland-satellite-unstable}" ]
[ "${lib.getExe' pkgs.swaynotificationcenter "swaync"}" ]
[
@@ -123,19 +119,16 @@
with config.my.home.lib.niri.actions;
{
"Ctrl+Alt+T".action.spawn = [
"alacritty"
"msg"
"create-window"
"kitty"
"-1"
];
"Mod+T".action.spawn = [
"alacritty"
"msg"
"create-window"
"kitty"
"-1"
];
"Mod+Return".action.spawn = [
"alacritty"
"msg"
"create-window"
"kitty"
"-1"
];
"Mod+G".action.spawn = [ "chromium" ];
"Mod+E".action.spawn = [ "nemo" ];