We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd86aae + a1a7cf5 commit 0e3937dCopy full SHA for 0e3937d
src/content/docs/config/widgets.md
@@ -78,7 +78,7 @@ subclass of [Gtk.Window](https://gjs-docs.gnome.org/gtk30~3.0/gtk.window)
78
const window = Widget.Window({
79
name: 'window-name',
80
anchor: ['top', 'left', 'right'],
81
- exclusive: false,
+ exclusivity: 'normal',
82
keymode: 'on-demand',
83
layer: 'top',
84
margin: [0, 6],
0 commit comments