|
|
|
@ -121,5 +121,22 @@ |
|
|
|
) |
|
|
|
) |
|
|
|
10) |
|
|
|
10) |
|
|
|
); |
|
|
|
); |
|
|
|
|
|
|
|
# Bind flags |
|
|
|
|
|
|
|
# l -> locked, will also work when an input inhibitor (e.g. a lockscreen) is active. |
|
|
|
|
|
|
|
# r -> release, will trigger on release of a key. |
|
|
|
|
|
|
|
# e -> repeat, will repeat when held. |
|
|
|
|
|
|
|
# n -> non-consuming, key/mouse events will be passed to the active window in addition to triggering the dispatcher. |
|
|
|
|
|
|
|
# m -> mouse, see below |
|
|
|
|
|
|
|
# t -> transparent, cannot be shadowed by other binds. |
|
|
|
|
|
|
|
# i -> ignore mods, will ignore modifiers. |
|
|
|
|
|
|
|
binde = [ |
|
|
|
|
|
|
|
", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ --limit 1.3" |
|
|
|
|
|
|
|
]; |
|
|
|
|
|
|
|
bindle = [ |
|
|
|
|
|
|
|
", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" |
|
|
|
|
|
|
|
]; |
|
|
|
|
|
|
|
bindl = [ |
|
|
|
|
|
|
|
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle" |
|
|
|
|
|
|
|
]; |
|
|
|
}; |
|
|
|
}; |
|
|
|
} |
|
|
|
} |