add mute and toggle opacity keys to niri
This commit is contained in:
parent
f67d594a49
commit
2520c60cd6
1 changed files with 11 additions and 4 deletions
|
|
@ -214,10 +214,6 @@
|
||||||
saturation = 1;
|
saturation = 1;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
|
||||||
matches = [ { namespace = "noctalia-bar-exclusion-top-.*$"; } ];
|
|
||||||
place-within-backdrop = true;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
matches = [ { namespace = "^launcher$"; } ];
|
matches = [ { namespace = "^launcher$"; } ];
|
||||||
opacity = 0.90;
|
opacity = 0.90;
|
||||||
|
|
@ -235,6 +231,17 @@
|
||||||
];
|
];
|
||||||
binds = {
|
binds = {
|
||||||
"Mod+Shift+Slash".action.show-hotkey-overlay = { };
|
"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" = {
|
"Mod+T" = {
|
||||||
action.spawn = [ "kitty" ];
|
action.spawn = [ "kitty" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue