blob: 3a8017a7a42d9dd8d5d0fc2ac5f288756a2cc940 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001# This is an example configuration for the triggerhappy daemon (thd)
2# please note that every file to be processed must end in ".conf"
3#
4# To view a list of supported event codes, use "thd --listevents" or
5# "thd --dump /dev/input/event*"
6#
7# Format:
8# <eventcode> <value> <command>
9#
10# values for key events are 1 (pressed), 0 (released) or 2 (held)
11#
12## control an mpd instance
13# KEY_NEXTSONG 1 /usr/bin/mpc next
14# KEY_PREVSONG 1 /usr/bin/mpc prev