File: fnfxrc_example

package info (click to toggle)
fnfx 0.3-18
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 680 kB
  • sloc: sh: 2,043; ansic: 1,811; makefile: 24
file content (27 lines) | stat: -rw-r--r-- 799 bytes parent folder | download | duplicates (6)
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
# FnFX daemon (fnfxd) configuration file
#
# Author: Timo Hoenig <thoenig@nouse.net>
# Copyright (c) 2003 Timo Hoenig <thoenig@nouse.net>
#                    All rights reserved
#
# FnFX project page: http://fnfx.sf.net
#
# Modify and copy this example file to your home directory.
#
# !! Don't forget to rename it to ".fnfxrc" !!
#
# Something like that: /home/user/.fnfxrc
#
# All available Fn-Keys can be obtained in the Documentation and/or from /etc/fnfx/keymap
#

[actions]

action(key="Hotbutton (I-Button)";command="xmms")
action(key="Fn-Escape";command="mute")
action(key="Fn-F1";command="xscreensaver-command -lock")
action(key="Fn-F6";command="brightness down")
action(key="Fn-F7";command="brightness up")
action(key="Fn-1";command="volume down")
action(key="Fn-2";command="volume up")