feat: update niri config
This commit is contained in:
@@ -164,6 +164,7 @@ in
|
|||||||
{
|
{
|
||||||
"Mod+Return".action.spawn = [
|
"Mod+Return".action.spawn = [
|
||||||
"kitty"
|
"kitty"
|
||||||
|
"-1"
|
||||||
];
|
];
|
||||||
"Mod+G".action.spawn = [ config.my.desktop.browser.default.command ];
|
"Mod+G".action.spawn = [ config.my.desktop.browser.default.command ];
|
||||||
"Mod+E".action.spawn = [ "nautilus" ];
|
"Mod+E".action.spawn = [ "nautilus" ];
|
||||||
|
|||||||
@@ -169,6 +169,10 @@ in
|
|||||||
id = "Microphone";
|
id = "Microphone";
|
||||||
displayMode = "onhover";
|
displayMode = "onhover";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
id = "Battery";
|
||||||
|
hideIfNotDetected = true;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -197,7 +201,10 @@ in
|
|||||||
];
|
];
|
||||||
position = "top_left";
|
position = "top_left";
|
||||||
shortcuts = {
|
shortcuts = {
|
||||||
left = [ { id = "Bluetooth"; } ];
|
left = [
|
||||||
|
{ id = "Bluetooth"; }
|
||||||
|
{ id = "Network"; }
|
||||||
|
];
|
||||||
right = [ { id = "Notifications"; } ];
|
right = [ { id = "Notifications"; } ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user