We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853bb73 commit 6ac1860Copy full SHA for 6ac1860
examples/sxhkdrc
@@ -14,6 +14,26 @@ super + @space
14
super + Escape
15
pkill -USR1 -x sxhkd
16
17
+#
18
+# media keys
19
20
+
21
+# toggle microphone
22
+XF86AudioMicMute
23
+ amixer set Capture toggle
24
25
+# toggle volume
26
+XF86AudioMute
27
+ amixer set Master toggle
28
29
+# adjust volume
30
+XF86Audio{Lower,Raise}Volume
31
+ amixer sset Master 2%{-,+}
32
33
+# adjust brightness
34
+XF86MonBrightness{Down,Up}{_, + shift}
35
+ light -{U,A} {2,10}
36
37
#
38
# bspwm hotkeys
39
0 commit comments