-
Notifications
You must be signed in to change notification settings - Fork 132
/
.xbindkeysrc
58 lines (48 loc) · 1.23 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
# For the benefit of emacs users: -*- shell-script -*-
#
# __ ___ _ _ _
# \ \/ / |__ (_)_ __ __| | | _____ _ _ ___
# \ /| '_ \| | '_ \ / _` | |/ / _ \ | | / __|
# / \| |_) | | | | | (_| | < __/ |_| \__ \
# /_/\_\_.__/|_|_| |_|\__,_|_|\_\___|\__, |___/
# |___/
# Increase volume
"pulseaudio-ctl up"
m:0x10 + c:123
Mod2 + XF86AudioRaiseVolume
# Decrease volume
"pulseaudio-ctl down"
m:0x10 + c:122
Mod2 + XF86AudioLowerVolume
# Mute
"pulseaudio-ctl mute"
m:0x10 + c:121
Mod2 + XF86AudioMute
# Next song
"playerctl next"
m:0x10 + c:171
Mod2 + XF86AudioNext
# Previous song
"playerctl previous"
m:0x10 + c:173
Mod2 + XF86AudioPrev
# Play/pause
"playerctl play-pause"
m:0x10 + c:172
Mod2 + XF86AudioPlay
# Stop
"playerctl stop"
m:0x10 + c:174
Mod2 + XF86AudioStop
# Fullscreen screenshot
"xfce4-screenshooter -f -s ~/Pictures/Screenshots/$(date +%s%3N).png"
m:0x10 + c:107
Mod2 + Print
# Window screenshot
"xfce4-screenshooter -w -s ~/Pictures/Screenshots/$(date +%s%3N).png"
m:0x11 + c:107
Shift+Mod2 + Print
# Region screenshot
"xfce4-screenshooter -r -s ~/Pictures/Screenshots/$(date +%s%3N).png"
m:0x14 + c:107
Control+Mod2 + Print