mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-02 03:45:57 +01:00
fixup! Binds: Grammar skill issue
This commit is contained in:
parent
34fb569eb7
commit
c459b5f3dc
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ Example Usage:
|
||||||
# Example volume button that allows press and hold
|
# Example volume button that allows press and hold
|
||||||
binde=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
binde=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
|
|
||||||
# Example volume button that will activate even while the input inhibitor is active
|
# Example volume button that will activate even while an input inhibitor is active
|
||||||
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
|
|
||||||
# Start wofi on hold and kill it on release
|
# Start wofi on hold and kill it on release
|
||||||
|
|
Loading…
Reference in a new issue