Skip to content

Commit

Permalink
Added smoothScrolling docs to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Oct 2, 2018
1 parent b7243a8 commit 7a22d73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ To open the settings press `Ctrl+i` or search for `Ueli settings`.
* `name` String - Represents the displayed name for the shortcut.
* `icon` String - (Optional) Represents the svg icon for the shortcut. If no icon is set default icon is used.
* `showTrayIcon` Boolean - If the icon should appear in the system tray.
* `smoothScrolling` Boolean - If page scrolling for search results should be smooth or instant.
* `userInputFontSize` Number - Represents the font size of the user input in pixels.
* `userInputHeight` Number - Represents the height of the user input box in pixels.
* `userStylesheet` String - Represents a path to a local stylesheet to modify the appearance of the window.
Expand Down Expand Up @@ -257,6 +258,10 @@ You can customize your own color theme with a CSS file on your computer.

> You can completly overwrite uelis behaviour with your CSS file! See the [base stylesheet](https://github.com/oliverschwendener/ueli/tree/master/styles/app.css) of ueli.
### Icons

On [https://icons8.com](https://icons8.com/) you can find svg icons for almost everything!

## Privacy

For better search results ueli is keeping track of the applications, files and folders you are executing. All information is stored in `~/ueli.count.json`. If you don't want ueli to track your executions simply delete that file's content and disable logging via the [settings](#settings).
Expand Down

0 comments on commit 7a22d73

Please sign in to comment.