File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -144,9 +144,12 @@ bindsym $mod+Shift+10 move container to workspace $workspace_10
144
144
145
145
# Lenovo 11e specific bindings
146
146
# TODO: Find somewhere better to put these
147
- bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 1 toggle
148
- bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 1 -5%
149
- bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 1 +5%
147
+ bindsym XF86AudioMute exec --no-startup-id /usr/bin/pactl set-sink-mute 1 toggle
148
+ bindsym XF86AudioLowerVolume exec --no-startup-id /usr/bin/pactl set-sink-volume 1 -5%
149
+ bindsym XF86AudioRaiseVolume exec --no-startup-id /usr/bin/pactl set-sink-volume 1 +5%
150
+ bindsym XF86MonBrightnessDown exec --no-startup-id /usr/bin/xbacklight -dec 10
151
+ bindsym XF86MonBrightnessUp exec --no-startup-id /usr/bin/xbacklight -inc 10
152
+
150
153
151
154
152
155
# i3BAR
You can’t perform that action at this time.
0 commit comments