We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 340db76 + 9dbf084 commit 54cfc13Copy full SHA for 54cfc13
src/content/docs/services/greetd.md
@@ -54,6 +54,7 @@ const response = Widget.Label()
54
const win = Widget.Window({
55
css: 'background-color: transparent;',
56
anchor: ['top', 'left', 'right', 'bottom'],
57
+ keymode: 'exclusive',
58
child: Widget.Box({
59
vertical: true,
60
hpack: 'center',
0 commit comments