-
Notifications
You must be signed in to change notification settings - Fork 2
/
.xbindkeysrc
40 lines (34 loc) · 845 Bytes
/
.xbindkeysrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
"light -U 10"
XF86MonBrightnessDown
"light -U 2"
Control+XF86MonBrightnessDown
"light -A 10"
XF86MonBrightnessUp
"light -A 2"
Control+XF86MonBrightnessUp
"light -S 0.2"
Control+Shift+XF86MonBrightnessDown
"light -S 100"
Control+Shift+XF86MonBrightnessUp
"pactl set-sink-volume @DEFAULT_SINK@ +10%"
XF86AudioRaiseVolume
"pactl set-sink-volume @DEFAULT_SINK@ -10%"
XF86AudioLowerVolume
"pactl set-sink-volume @DEFAULT_SINK@ -2%"
Control+XF86AudioLowerVolume
"pactl set-sink-volume @DEFAULT_SINK@ +2%"
Control+XF86AudioRaiseVolume
"sound_control audio toggle"
XF86AudioMute
"sound_control mic toggle"
XF86AudioMicMute
"i3lock -c 383838 && xset dpms force off"
XF86Display
"i3-mpv-floating 1"
Control+Alt+1
"i3-mpv-floating 2"
Control+Alt+2
"i3-mpv-floating 3"
Control+Alt+3
"i3-mpv-floating 4"
Control+Alt+4