mconnect - KDE Connect protocol implementation in Vala/C
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.2 KiB

  1. # This program is free software; you can redistribute it and/or modify
  2. # it under the terms of the GNU General Public License version 2 as
  3. # published by the Free Software Foundation.
  4. #
  5. # This program is distributed in the hope that it will be useful,
  6. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  7. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  8. # GNU General Public License for more details.
  9. #
  10. # You should have received a copy of the GNU General Public License along
  11. # with this program; if not, write to the Free Software Foundation, Inc.,
  12. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  13. #
  14. # AUTHORS
  15. # Maciek Borzecki <maciek.borzecki (at] gmail.com>
  16. #
  17. [main]
  18. # set to 1 to enable debug logging
  19. debug = 0
  20. # list of device settings, entries are group names
  21. devices = moto-g;moto-x
  22. # Each device gets a separate group. Device settings will be applied
  23. # if `name` and `type` fields are an exact match
  24. [moto-g]
  25. # device name as sent in identity
  26. name = Motorola Moto G
  27. # type: phone, tablet, computer
  28. type = phone
  29. # device allowed, pairing will happen automa
  30. allowed = 1
  31. # Other example
  32. [moto-x]
  33. name = Some else's Motorola Moto X
  34. type = phone
  35. allowed = 1