pipewire-controller: remove alt from keybinds

sh-initrd-on-root
Zynh Ludwig 2024-10-11 20:09:24 -07:00
parent 2bca2e2c41
commit 3d4b905cd0
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ in
snowhawk.sxhkd.enable = true;
services.sxhkd.keybindings = {
"alt + XF86TouchpadOn" = "${lib.getExe pipewire-controller}";
"XF86TouchpadOn" = "${lib.getExe pipewire-controller}";
};
};
}