Skip to content

Commit 3dc26d1

Browse files
committed
Update i3
1 parent 6d85037 commit 3dc26d1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

config/i3

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,12 @@ bindsym $mod+Shift+10 move container to workspace $workspace_10
144144

145145
# Lenovo 11e specific bindings
146146
# 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+
150153

151154

152155
# i3BAR

0 commit comments

Comments
 (0)