Skip to content

Commit 54cfc13

Browse files
authored
Merge pull request #35 from Azelphur/patch-1
For greetd example, window needs keymode: exclusive
2 parents 340db76 + 9dbf084 commit 54cfc13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/services/greetd.md

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const response = Widget.Label()
5454
const win = Widget.Window({
5555
css: 'background-color: transparent;',
5656
anchor: ['top', 'left', 'right', 'bottom'],
57+
keymode: 'exclusive',
5758
child: Widget.Box({
5859
vertical: true,
5960
hpack: 'center',

0 commit comments

Comments
 (0)