summaryrefslogtreecommitdiff
path: root/xbindkeysrc
blob: 59da17dc3f17b60ebed32ff0bff656c25c4fa87a (plain)
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
# -*- shell-script -*-
#
# anrxc's xbindkeys configuration
#
# The format of a command line is:
#    "command to start"
#       associated key (+ key)
#
# List of modifier:
#   Release, Control, Shift, Mod1 (Alt), Mod2 (NumLock),
#   Mod3 (CapsLock), Mod4 (Win), Mod5 (Scroll).

# Uncomment if you want to pay attention to *Lock modifiers
#keystate_numlock = enable
#keystate_capslock = enable
#keystate_scrolllock= enable

"amixer -q sset Master toggle"
    XF86AudioMute

"amixer -q sset PCM 2dB-"
    XF86AudioLowerVolume

"amixer -q sset PCM 2dB+"
    XF86AudioRaiseVolume

"firefox -browser"
    XF86WWW

"urxvt -title Alpine -e alpine"
    XF86Mail

"kscreenlocker --forcelock"
    XF86ModeLock

"ksnapshot"
    Print

"xrefresh"
    XF86Refresh

"gqview"
    XF86Pictures

#"sudo pm-hibernate"
#    XF86Sleep
# End of xbindkeys configuration