forked from denisse-dev/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.xbindkeysrc
61 lines (47 loc) · 1.04 KB
/
.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# For the benefit of emacs users: -*- shell-script -*-
###########################
# xbindkeys configuration #
###########################
# Increase volume
"pulseaudio-ctl up"
m:0x0 + c:123
XF86AudioRaiseVolume
# Decrease volume
"pulseaudio-ctl down"
m:0x0 + c:122
XF86AudioLowerVolume
# Mute
"pulseaudio-ctl mute"
m:0x0 + c:121
XF86AudioMute
# Next song
"playerctl next"
m:0x0 + c:171
XF86AudioNext
# Previous song
"playerctl previous"
m:0x0 + c:173
XF86AudioPrev
# Play/pause
"playerctl play-pause"
m:0x0 + c:172
XF86AudioPlay
# Stop
"playerctl stop"
m:0x0 + c:174
XF86AudioStop
# Fullscreen screenshot
"xfce4-screenshooter -f -s -d 1 ~/Pictures/Screenshots/"
m:0x0 + c:107
Print
# Window screenshot
"xfce4-screenshooter -w -s -d 1~/Pictures/Screenshots/"
m:0x1 + c:107
Shift + Print
# Region screenshot
"xfce4-screenshooter -r -s ~/Pictures/Screenshots/"
m:0x8 + c:64
Alt + Alt_L
##################################
# End of xbindkeys configuration #
##################################