File: section1.xml

package info (click to toggle)
wf-config 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 424 kB
  • sloc: cpp: 5,743; xml: 37; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<wayfire>
  <plugin name="section1">
    <category>General</category>
    <option name="option1" type="int">
      <default>4</default>
      <min>0</min>
      <max>10</max>
    </option>
  </plugin>
</wayfire>