We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a246ce commit 54864f6Copy full SHA for 54864f6
xbindkeys/.xbindkeysrc.scm
@@ -70,6 +70,12 @@
70
;; (xbindkey '(mod3 s) "# spare")
71
;; (xbindkey '(mod3 f) "# chat")
72
73
+(xbindkey 'XF86AudioLowerVolume "pactl set-sink-volume '@DEFAULT_SINK@' '-10%'")
74
+(xbindkey 'XF86AudioRaiseVolume "pactl set-sink-volume '@DEFAULT_SINK@' '+10%'")
75
+(xbindkey 'XF86AudioMute "pactl set-sink-mute '@DEFAULT_SINK@' toggle")
76
+(xbindkey 'XF86AudioMicMute "pactl set-source-mute '@DEFAULT_SOURCE@' toggle")
77
+(xbindkey 'XF86MonBrightnessUp "xbacklight -inc 5")
78
+(xbindkey 'XF86MonBrightnessDown "xbacklight -dec 5")
79
;; Examples of commands:
80
81
;; (xbindkey '(control shift q) "xbindkeys_show")
0 commit comments