This commit is contained in:
2026-07-14 18:27:28 +08:00
parent 2cf17b5d34
commit ee79042aa1
13 changed files with 386 additions and 412 deletions
+3 -3
View File
@@ -187,12 +187,12 @@ in
)
)
];
my.hm.programs.niri.settings = {
binds."Mod+Space".action.spawn = [
my.hm.wayland.windowManager.niri.settings = {
binds."Mod+Space".spawn = [
"fcitx5-remote"
"-t"
];
spawn-at-startup = [ { command = [ "fcitx5" ]; } ];
spawn-at-startup = [ [ "fcitx5" ] ];
};
};
}