ecore_config(1)
NAME
ecore_config -that allow creation and editing of ecore_config databases
SYNOPSIS
ecore_config -a | -k [-g|-d|-b|-f|-i|-r|-s|-t] [-c]
DESCRIPTION
ecore_config is a tool that allows creation and editing of ecore_config
databases used by the programs relying on libecore
OPTIONS
ecore_config accepts the following options:
- -c, --file=FILE
- Specify the config file to read
- -k, --key=KEY
- Select the key KEY. Must be given for all commands except -a
- -g, --get
- get key
- -d, --del
- delete key
- -b, --bool=VALUE
- set boolean
- -f, --float=VALUE
- set float
- -i, --int=VALUE
- set integer
- -r, --rgb=VALUE
- set RGBA
- -s, --string=VALUE
- set string
- -t, --theme=VALUE
- set theme
AUTHOR
- This manual page was written by Albin Tonnerre <albin.tonnerre@gmail.com> for the Debian GNU/Linux system (but may be used by
others).