-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xbindkeysrc
159 lines (119 loc) · 2.34 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# To find out a key sequence definition, run xbindkeys -mk
# Toggle audio mute
"volume pulse mute"
Mod4 + F1
# Toggle audio mute
"volume pulse mute"
XF86AudioMute
# Decrease audio volume
"volume pulse decrease"
Mod4 + F2
# Decrease audio volume
"volume pulse decrease"
XF86AudioLowerVolume
# Increase audio volume
"volume pulse increase"
Mod4 + F3
# Increase audio volume
"volume pulse increase"
XF86AudioRaiseVolume
# TODO mute microphone
# Decrease screen brightness
"system brightness less"
Mod4 + F5
# Decrease screen brightness
"system brightness less"
XF86MonBrightnessDown
# Increase screen brightness
"system brightness more"
Mod4 + F6
# Increase screen brightness
"system brightness more"
XF86MonBrightnessUp
# Cycle through connected screens
"update-peripherals"
Mod4 + F7
# Cycle through connected screens
"update-peripherals"
XF86Display
# Play previous audio track
"play previous"
Mod4 + z
# Play previous audio track
"play previous"
XF86AudioPrev
# Pause/play audio track
"play toggle"
Mod4 + c
# Pause/play audio track
"play toggle"
XF86AudioPause
# Pause/play audio track
"play toggle"
XF86AudioPlay
# Play next audio track
"play next"
Mod4 + b
# Play next audio track
"play next"
XF86AudioNext
# Pomodoro long break
"pomodoro l"
Mod4 + y
# Pomodoro short break
"pomodoro s"
Mod4 + u
# Pomodoro
"pomodoro p"
Mod4 + o
# Pomodoro interruption
"pomodoro i"
Mod4 + i
# Mirror all screens
"system screens mirror ALL"
Mod4 + F10
# Cycle through connected screens
"system screens"
Mod4 + F11
# Screenshot full screen
"shot full"
Shift + Print
# Screenshot full screen
"shot full"
Shift + Mod4 + F12
# Screenshot
"shot"
Print
# Screenshot
"shot"
Mod4 + F12
# Screenshot with 2 second delay
"shot 2"
Shift+Mod4 + F12
# Lock screen
"system lock"
Mod4 + Home
# Suspend
"system suspend"
XF86PowerOff
# Suspend
"system suspend"
Mod4 + End
# Decrease keyboard brightness
"system keyboard less"
XF86KbdBrightnessDown
# Increase keyboard brightness
"system keyboard more"
XF86KbdBrightnessUp
# Increase keyboard brightness and go to minimum after maximum
"system keyboard moreflip"
Mod4 + space
# Open a terminal
"terminal"
Mod4 + Return
# Open a terminal in git repositories folder
"terminal project"
Mod4 + p
# Open a terminal in git repositories folder
"terminal git"
Mod4 + g