mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
fixup! Binds: Fix bindr
example
This commit is contained in:
parent
93bfc4c486
commit
463df7d253
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ binde=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
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
|
||||||
bindr=, SUPER, SUPER_L, exec, pkill wofi || wofi
|
bindr=SUPER,SUPER_L,exec,pkill wofi || wofi
|
||||||
|
|
||||||
# See Mouse Binds section for bindm usage
|
# See Mouse Binds section for bindm usage
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue