-
Notifications
You must be signed in to change notification settings - Fork 2
/
.lircrc
55 lines (48 loc) · 1.08 KB
/
.lircrc
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
begin
button = KEY_CHANNELUP
prog = irexec
config = /usr/bin/pactl -- set-sink-volume alsa_output.pci-0000_04_02.0.analog-stereo +2% # vol+
repeat = 1
end
begin
button = KEY_CHANNELDOWN
prog = irexec
config = /usr/bin/pactl -- set-sink-volume alsa_output.pci-0000_04_02.0.analog-stereo -2% # vol-
repeat = 1
end
begin
button = KEY_PLAY
prog = irexec
config = /home/mark/p/scripts/pithos-control play
end
begin
button = KEY_PAUSE
prog = irexec
config = /home/mark/p/scripts/pithos-control pause
end
begin
button = KEY_STOP
prog = irexec
config = /home/mark/p/scripts/pithos-control pause
end
# FWD & F.FWD
begin
button = KEY_FASTFORWARD
prog = irexec
config = /home/mark/p/scripts/pithos-control skip
end
begin
button = KEY_NEXTSONG
prog = irexec
config = /home/mark/p/scripts/pithos-control skip
end
begin
button = KEY_SLEEP
prog = irexec
config = /usr/bin/xset dpms force off # blank monitor
end
begin
button = KEY_RECORD
prog = irexec
config = /home/mark/local/bin/pithos
end