wip
This commit is contained in:
parent
ff563f2e0d
commit
927ad87cf9
1 changed files with 2 additions and 2 deletions
|
@ -176,8 +176,8 @@ bind=,XF86MonBrightnessDown,exec,brightnessctl set 7%-
|
||||||
# ─< Volume control >───────────────────────────────────────────────────────────────────────
|
# ─< Volume control >───────────────────────────────────────────────────────────────────────
|
||||||
bind=,XF86AudioLowerVolume,exec,pamixer -ud 3 && pamixer --get-volume > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob
|
bind=,XF86AudioLowerVolume,exec,pamixer -ud 3 && pamixer --get-volume > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob
|
||||||
bind=,XF86AudioRaiseVolume,exec,pamixer -ui 3 && pamixer --get-volume > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob
|
bind=,XF86AudioRaiseVolume,exec,pamixer -ui 3 && pamixer --get-volume > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob
|
||||||
bind=,Button6,exec,pamixer -ud 3 && pamixer --get-volume > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob
|
# bind=,Button6,exec,pamixer -ud 3 && pamixer --get-volume > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob
|
||||||
bind=,Button7,exec,pamixer -ui 3 && pamixer --get-volume > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob
|
# bind=,Button7,exec,pamixer -ui 3 && pamixer --get-volume > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob
|
||||||
|
|
||||||
# ─< mute sound >───────────────────────────────────────────────────────────────────────────
|
# ─< mute sound >───────────────────────────────────────────────────────────────────────────
|
||||||
bind=,XF86AudioMute,exec,amixer sset Master toggle | sed -En '/\[on\]/ s/.*\[([0-9]+)%\].*/\1/ p; /\[off\]/ s/.*/0/p' | head -1 > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob
|
bind=,XF86AudioMute,exec,amixer sset Master toggle | sed -En '/\[on\]/ s/.*\[([0-9]+)%\].*/\1/ p; /\[off\]/ s/.*/0/p' | head -1 > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue