mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
consistency & wofi change
This commit is contained in:
parent
873df86a42
commit
9d57b454de
1 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,3 @@
|
||||||
# Binds
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
|
@ -101,7 +100,7 @@ bind=SUPER,mouse_down,workspace,e-1
|
||||||
|
|
||||||
Useful for binding e.g. the lid close/open event:
|
Useful for binding e.g. the lid close/open event:
|
||||||
|
|
||||||
```
|
```ini
|
||||||
bindl=,switch:[switch name],exec,swaylock
|
bindl=,switch:[switch name],exec,swaylock
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -134,13 +133,13 @@ Example Usage:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
# 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 the input inhibitor is active
|
||||||
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
|
|
||||||
# Kill wofi when left super key is released
|
# Start wofi on hold and kill it on release
|
||||||
bindr=, SUPER, SUPER_L, exec, pkill 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