diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-08-11 15:20:46 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-08-11 15:20:46 +0530 |
| commit | 855fc2707afba776b4e62e87eb45f76354c1ac23 (patch) | |
| tree | bf4afd2e06a98762ee843a5dc72ba0d76758ede3 | |
| parent | 763b5ae27e91d6aa7dd7631edab97224bce43af5 (diff) | |
volume change fix
| -rw-r--r-- | i3/config | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -5,10 +5,9 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork exec --no-startup-id nm-applet set $refresh_i3status killall -SIGUSR1 i3status -bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status -bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status -bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status -bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status +bindsym XF86AudioRaiseVolume exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 0.1+ && $refresh_i3status +bindsym XF86AudioLowerVolume exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 0.1- && $refresh_i3status +bindsym XF86AudioMute exec --no-startup-id wpctl set-mute @DEFAULT_SINK@ toggle && $refresh_i3status floating_modifier $mod tiling_drag modifier titlebar |
