-
Notifications
You must be signed in to change notification settings - Fork 0
/
.xbindkeysrc
56 lines (48 loc) · 1.13 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
# For the benefit of emacs users: -*- shell-script -*-
# 0 is on the wrong side of the keyboard
"wmiir xwrite /ctl 'view 0'"
Mod4 + grave
"wmiir xwrite /client/sel/tags 0"
Mod4 + Shift + grave
# audio control/MPD
"~/.bin/audio_ctl.sh playpause"
Mod4 + Insert
"~/.bin/audio_ctl.sh stop"
Mod4 + Delete
"~/.bin/audio_ctl.sh prev"
Mod4 + Home
"~/.bin/audio_ctl.sh next"
Mod4 + End
# audio control/mixer
"~/.bin/audio_ctl.sh low"
Mod2+Mod4 + Next
"~/.bin/audio_ctl.sh high"
Mod4 + Prior
"~/.bin/audio_ctl.sh mute_main"
Mod4 + m
"~/.bin/audio_ctl.sh LOW"
Mod4 + v
"~/.bin/audio_ctl.sh HIGH"
Mod4 + Shift + v
"~/.bin/audio_ctl.sh line"
Mod4 + Alt + m
"~/.bin/audio_ctl.sh line_low"
Mod4 + Alt + Next
"~/.bin/audio_ctl.sh line_high"
Mod4 + Alt + Prior
"~/.bin/audio_ctl.sh low_add"
Mod4 + Shift + Next
"~/.bin/audio_ctl.sh high_add"
Mod4 + Shift + Prior
"~/.bin/audio_ctl.sh LOW_add"
Mod4 + z
"~/.bin/audio_ctl.sh HIGH_add"
Mod4 + Shift + z
"~/.bin/audio_ctl.sh mute_other"
Mod4 + Shift + m
"~/.bin/list_mail.sh"
Mod4 + l
"~/.bin/xnightmode.sh"
Mod4 + Alt + Tab
"sleep 1 ; xset dpms force suspend"
Mod4 + Shift + Tab