feat: add hyprland keybind to F12 to systemctl to enable and disable webcam
This commit is contained in:
parent
ba9efce7a7
commit
b604f1423f
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ in {
|
|||
", F8, exec, playerctl previous"
|
||||
", F9, exec, playerctl play-pause"
|
||||
", F10, exec, playerctl next"
|
||||
", F12, exec, sh -c 'systemctl --user is-active imx471-webcam && systemctl --user stop imx471-webcam || systemctl --user start imx471-webcam'"
|
||||
];
|
||||
|
||||
bindl = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue