add mute and toggle opacity keys to niri
This commit is contained in:
parent
b3ee605039
commit
57fd2c8f9b
1 changed files with 11 additions and 4 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue