-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_xbindkeysrc
88 lines (68 loc) · 1.48 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
###########################
# xbindkeys configuration #
###########################
# To specify a key, you can use 'xbindkeys --key' or
# 'xbindkeys --multikey' and put one of the two lines in this file.
#
# The format of a command line is:
# "command to start"
# associated key
#
# A list of keys is in /usr/include/X11/keysym.h and in
# /usr/include/X11/keysymdef.h
# The XK_ is not needed.
#
# List of modifier:
# Release, Control, Shift, Mod1 (Alt), Mod2 (NumLock),
# Mod3 (CapsLock), Mod4, Mod5 (Scroll).
#
# Mod4 is the Windows meta key
# web browser
"firefox"
Mod4 + Shift + f
# file manager
"pcmanfm"
Mod4 + Shift + e
# screenshot
"scrot %d.%m.%Y-%H:%M:%S.png -e 'mv $f $m ~/media/pics/shots'"
Shift + Print
# screenshot (delayed 5s)
"scrot %d.%m.%Y-%H:%M:%S.png -d 5 -e 'mv $f $m ~/media/pics/shots'"
Control + Shift + Print
# volume up
"amixer sset Master 2%+ unmute"
XF86AudioRaiseVolume
# volume down
"amixer sset Master 2%- unmute"
XF86AudioLowerVolume
# volume mute
"amixer sset Master toggle"
XF86AudioMute
# control mpc
"mpc toggle"
XF86AudioPlay
"mpc prev"
XF86AudioPrev
"mpc prev"
Control + XF86AudioNext
"mpc next"
XF86AudioNext
# backlight stuff
"xbacklight +3"
XF86MonBrightnessUp
"xbacklight -3"
XF86MonBrightnessDown
"xbacklight =1"
Shift + XF86MonBrightnessDown
"xbacklight =100"
Shift + XF86MonBrightnessUp
# kill a client window
"xkill"
Control + Shift + Mod1 + k
# lock screen
"slock"
Control + Mod1 + l
"urxvtcd"
XF86LaunchA
"urxvtcd -e tmux"
Shift + XF86LaunchA