Skip to content

Commit d927a25

Browse files
author
Tomasz Durda
committed
Fixed sound manipulation(really)
1 parent dc2884b commit d927a25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

i3/config

+3-3
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ bindsym $mod+Shift+0 move container to workspace $ws10
125125
# bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
126126

127127

128-
bindcode 121 exec pactl set-sink-mute @DEAFULT_SINK@ toggle # mute
129-
bindcode 122 exec pactl -- set-sink-volume @DEAFULT_SINK@ -5%
130-
bindcode 123 exec pactl set-sink-mute @DEAFULT_SINK@ 0 && pactl -- set-sink-volume @DEAFULT_SINK@ +5%
128+
bindcode 121 exec pactl set-sink-mute @DEFAULT_SINK@ toggle # mute
129+
bindcode 122 exec pactl -- set-sink-volume @DEFAULT_SINK@ -5%
130+
bindcode 123 exec pactl set-sink-mute @DEFAULT_SINK@ 0 && pactl -- set-sink-volume @DEFAULT_SINK@ +5%
131131
bindcode 99 exec spectacle &
132132

133133
mode "launch" {

0 commit comments

Comments
 (0)