pipewire-controller: remove alt from keybinds
This commit is contained in:
parent
2bca2e2c41
commit
3d4b905cd0
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ in
|
||||||
snowhawk.sxhkd.enable = true;
|
snowhawk.sxhkd.enable = true;
|
||||||
|
|
||||||
services.sxhkd.keybindings = {
|
services.sxhkd.keybindings = {
|
||||||
"alt + XF86TouchpadOn" = "${lib.getExe pipewire-controller}";
|
"XF86TouchpadOn" = "${lib.getExe pipewire-controller}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue