fix(swayosd): capslock improper interpretation
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
];
|
];
|
||||||
bindl = [
|
bindl = [
|
||||||
", XF86AudioMute, exec, swayosd-client --output-volume mute-toggle"
|
", XF86AudioMute, exec, swayosd-client --output-volume mute-toggle"
|
||||||
", Caps_Lock, exec, swayosd-client --caps-lock"
|
", Caps_Lock, exec, sleep 0.1 && swayosd-client --caps-lock"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user