mirror of https://github.com/kivy/kivy.git
27 lines
596 B
ReStructuredText
27 lines
596 B
ReStructuredText
![]() |
Configure Kivy
|
||
|
==============
|
||
|
|
||
|
The configuration file of kivy is named `config.ini`, following the INI format
|
||
|
file.
|
||
|
|
||
|
Locating the configuration file
|
||
|
-------------------------------
|
||
|
|
||
|
The location of the configuration file is in::
|
||
|
|
||
|
<HOME_DIRECTORY>/.kivy/config.ini
|
||
|
|
||
|
If your user is named "tito", the file will be located at:
|
||
|
|
||
|
- Windows: ``C:\Users\tito\.kivy\config.ini``
|
||
|
- MacOSX: ``/Users/tito/.kivy/config.ini``
|
||
|
- Linux: ``/home/tito/.kivy/config.ini``
|
||
|
|
||
|
|
||
|
Understanding config tokens
|
||
|
---------------------------
|
||
|
|
||
|
All the configuration tokens are explained in the :mod:`kivy.config`
|
||
|
module.
|
||
|
|