Advertisement
Tyrsdei

Untitled

Mar 9th, 2019
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. overlay: {
  2. alwaysOnTop: true,
  3. animate: true,
  4. hasShadow: false,
  5. hideDock: false,
  6. hideOnBlur: true,
  7. hotkeys: {
  8. open: ['Control+Space'], // On MacOS hotkey is default to Option + Space!
  9. close: ['Shift+Escape'], // On MacOS hotkey is default to Option + Escape!
  10. },
  11. position: 'top',
  12. primaryDisplay: false,
  13. resizable: false,
  14. size: {
  15. width: 0.4,
  16. height: 0.4
  17. },
  18. startAlone: false,
  19. startup: false,
  20. tray: false,
  21. unique: false
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement