docs: The side effect of focusable: false on Linux

This commit is contained in:
Cheng Zhao 2016-06-13 17:53:08 +09:00
parent 50f1837097
commit e284deb7e1

View file

@ -56,7 +56,9 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
on Linux. Default is `true`.
* `focusable` Boolean - Whether the window can be focused. Default is
`true`. On Windows setting `focusable: false` also implies setting
`skipTaskbar: true`.
`skipTaskbar: true`. On Linux setting `focusable: false` makes the window
stop interacting with wm, so the window will always stay on top in all
workspaces.
* `alwaysOnTop` Boolean - Whether the window should always stay on top of
other windows. Default is `false`.
* `fullscreen` Boolean - Whether the window should show in fullscreen. When