feat: update niri config

This commit is contained in:
2026-02-13 11:46:39 +08:00
parent a4ed789ae9
commit 3417ee5618
2 changed files with 9 additions and 1 deletions

View File

@@ -164,6 +164,7 @@ in
{
"Mod+Return".action.spawn = [
"kitty"
"-1"
];
"Mod+G".action.spawn = [ config.my.desktop.browser.default.command ];
"Mod+E".action.spawn = [ "nautilus" ];

View File

@@ -169,6 +169,10 @@ in
id = "Microphone";
displayMode = "onhover";
}
{
id = "Battery";
hideIfNotDetected = true;
}
];
};
};
@@ -197,7 +201,10 @@ in
];
position = "top_left";
shortcuts = {
left = [ { id = "Bluetooth"; } ];
left = [
{ id = "Bluetooth"; }
{ id = "Network"; }
];
right = [ { id = "Notifications"; } ];
};
};