Skip to content

Commit

Permalink
Merge branch 'master' into feature/submit-package
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaine Schmeisser authored Jan 19, 2017
2 parents 3b96221 + 06aef46 commit 46f75dd
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Join the chat at https://gitter.im/tinytacoteam/zazu](https://badges.gitter.im/tinytacoteam/zazu.svg)](https://gitter.im/tinytacoteam/zazu?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![Travis Build Status](https://travis-ci.org/tinytacoteam/zazu.svg?branch=master)](https://travis-ci.org/tinytacoteam/zazu)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/mhfi0vyyo7dygqiu?svg=true)](https://ci.appveyor.com/project/blainesch/zazu)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/mhfi0vyyo7dygqiu/branch/master?svg=true)](https://ci.appveyor.com/project/blainesch/zazu)

Zazu, is a cross platform and fully extensible and open source launcher for
hackers, creators and dabblers. Download it from the [releases
Expand Down
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ twitterUsername: zazuapp
dribbbleUsername:
codepenUsername:
githubUsername: tinytacoteam
gitterUsername: tinytacoteam/zazu

# Build settings
permalink: /:year/:month/:title
Expand Down
7 changes: 7 additions & 0 deletions docs/_documentation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ plugins and remove ones you don't want. There is more information in our
documentation on [Personal Configuration](/documentation/configuration/).

Zazu supports running in portable mode, details are found on the [configuration page](/documentation/configuration#portableMode)

## Moving Zazu

On some Linux configurations, Zazu doesn't position itself correctly when it
first opens. To fix this, parts of your selected theme have "draggable" regions,
which allow you to drag Zazu. Since Zazu remembers where it was last opened,
it'll stay in that position.
16 changes: 16 additions & 0 deletions docs/_documentation/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,22 @@ some inspiration.
Just add your relative path to your GitHub repo inside of your [personal
configuration](/documentation/configuration/#theme).

## Dragable Regions

Zazu tries to be as small as possible, for this reason we don't have a title
bar, so themes need to implement "dragable" regions. That way users can
reposition Zazu if they need to. To define a dragable region you can add some
CSS to your theme.
~~~ css
body {
-webkit-app-region: drag;
}
input {
-webkit-app-region: no-drag;
}
~~~
## Submitting your theme
Once you finish, submit it to the [themes page](/themes/) by making a package
Expand Down
1 change: 1 addition & 0 deletions docs/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{% if site.githubUsername %}<a href="https://github.com/{{ site.githubUsername }}">Github</a>{% endif %}
{% if site.dribbbleUsername %}<a href="https://dribbble.com/{{ site.dribbbleUsername }}">Dribbble</a>{% endif %}
{% if site.codepenUsername %}<a href="http://codepen.io/{{ site.codepenUsername }}">CodePen</a>{% endif %}
{% if site.gitterUsername %}<a href="https://gitter.im/{{ site.gitterUsername }}">Gitter Chat</a>{% endif %}
</p>
</div>
</footer>

0 comments on commit 46f75dd

Please sign in to comment.