From 927ad87cf947d89f5ece86434b6b8d1d7ef69d1d Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 22 Jun 2025 14:22:36 +0200 Subject: [PATCH] wip --- hotkeys.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hotkeys.conf b/hotkeys.conf index e04556a..2edd844 100644 --- a/hotkeys.conf +++ b/hotkeys.conf @@ -176,8 +176,8 @@ bind=,XF86MonBrightnessDown,exec,brightnessctl set 7%- # ─< Volume control >─────────────────────────────────────────────────────────────────────── 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=,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=,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 # ─< 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