-
Notifications
You must be signed in to change notification settings - Fork 18
/
.xbindkeysrc
37 lines (37 loc) · 900 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
# System Control {{{1
"lock-screen"
control + mod4 + q
"scrot -d 4"
Print
# Brightness control {{{1
"xbacklight -inc 20"
XF86MonBrightnessUp
"xbacklight -dec 20"
XF86MonBrightnessDown
# Sound control {{{1
"amixer set \"Master\" toggle"
control + mod4 + m
"amixer set \"Master\" 5%+"
control + mod4 + k
"amixer set \"Master\" 5%-"
control + mod4 + j
# MPD media keys {{{1
"mpc prev"
control + mod4 + h
"mpc next"
control + mod4 + l
"mpc toggle"
control + mod4 + space
# Option + hjkl {{{1
"xdotool keyup alt+h && xdotool key Left && xdotool keydown alt"
Alt + h
"xdotool keyup alt+j && xdotool key Down && xdotool keydown alt"
Alt + j
"xdotool keyup alt+k && xdotool key Up && xdotool keydown alt"
Alt + k
"xdotool keyup alt+l && xdotool key Right && xdotool keydown alt"
Alt + l
# Option + i {{{1
"xsel | xvkbd -xsendevent -file -"
Alt + i
# vim: fdm=marker