Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SnoutBug authored Mar 7, 2022
1 parent b159b9c commit 0505cd0
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions contents/config/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,20 @@
<label>Custom greeting Text</label>
<default></default>
</entry>
<entry name="isCentered" type="Bool">
<label>Is the launcher horizontally centered?</label>
<entry name="launcherPosition" type="Int">
<label>Where is the launcher supposed to open? 1: Auto (Bottom or Top panel) 2: Bottom or top center 3: Screen center</label>
<default>0</default>
</entry>
<entry name="offsetX" type="Int">
<label>Offset when floating 0 = 0.25 * Panel height</label>
<default>0</default>
</entry>
<entry name="offsetY" type="Int">
<label>Offset when floating 0 = 0.25 * Panel height</label>
<default>0</default>
</entry>
<entry name="floating" type="Bool">
<label>Gives the launcher some breathing room.</label>
<default>false</default>
</entry>
<entry name="useExtraRunners" type="Bool">
Expand Down

0 comments on commit 0505cd0

Please sign in to comment.