add mute and toggle opacity keys to niri

This commit is contained in:
Sean Kovacs 2026-02-25 12:28:42 -05:00
commit 2520c60cd6
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -214,10 +214,6 @@
saturation = 1;
};
}
{
matches = [ { namespace = "noctalia-bar-exclusion-top-.*$"; } ];
place-within-backdrop = true;
}
{
matches = [ { namespace = "^launcher$"; } ];
opacity = 0.90;
@ -235,6 +231,17 @@
];
binds = {
"Mod+Shift+Slash".action.show-hotkey-overlay = { };
"Mod+D" = {
action.toggle-window-rule-opacity = { };
repeat = false;
};
"Mod+M" = {
action.spawn-sh = [
"noctalia-shell ipc call volume muteInput"
];
hotkey-overlay.title = "Toggle Microphone Mute";
repeat = false;
};
"Mod+T" = {
action.spawn = [ "kitty" ];