Add volume keyboard modifiers

This commit is contained in:
Riyyi
2017-12-24 01:37:11 +01:00
parent d3f5ce6d92
commit bb3cdf0968
+6 -3
View File
@@ -187,10 +187,13 @@ client.unfocused $bg-color-inactive $bg-color-inactive $text-color-inactive #00F
client.focused_inactive $bg-color-inactive $bg-color-inactive $text-color-inactive #00FF00 client.focused_inactive $bg-color-inactive $bg-color-inactive $text-color-inactive #00FF00
client.urgent $bg-color-urgent $bg-color-urgent $text-color #00FF00 client.urgent $bg-color-urgent $bg-color-urgent $text-color #00FF00
#Keybindings # Keybindings
bindsym $mod+Mod1+l exec $HOME/.config/i3/scripts/lock.sh bindsym $mod+Mod1+l exec $HOME/.config/i3/scripts/lock.sh
bindsym $mod+F3 exec xbacklight -inc 10 # increase screen brightness bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% # Increase sound volume; Pulse Audio
bindsym $mod+F2 exec xbacklight -dec 10 # increase screen brightness bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% # Decrease sound volume
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # Mute sound
bindsym $mod+F3 exec xbacklight -inc 10 # Increase screen brightness
bindsym $mod+F2 exec xbacklight -dec 10 # Decrease screen brightness
# Window appearance # Window appearance
smart_gaps on smart_gaps on