Skip to content

Commit f3138e4

Browse files
ozozxSchneegans
authored andcommitted
Update installation-on-linux.mdx
fix lua config
1 parent b496a05 commit f3138e4

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

src/content/docs/installation-on-linux.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -191,23 +191,23 @@ Else, the menu will not float above other windows.
191191

192192
<Tabs>
193193
<TabItem label="Hyprland 0.55+">
194-
```
195-
// ~/.config/hypr/hyprland.lua
196-
hl.windowrule({
197-
name = "kando",
194+
```lua
195+
-- ~/.config/hypr/hyprland.lua
196+
hl.window_rule({
197+
name = "kando",
198198
match = {
199-
class = "menu.kando.Kando",
200-
title = "Kando Menu"
199+
class = "menu.kando.Kando",
200+
title = "Kando Menu"
201201
},
202-
no_blur = true,
203-
opaque = true,
204-
move = {0, 0}
205-
rounding = 0
206-
size = { "100%", "100%" },
207-
border_size = 0,
208-
no_anim = true,
209-
float = true,
210-
pin = true,
202+
no_blur = true,
203+
opaque = true,
204+
move = {0, 0},
205+
rounding = 0,
206+
size = { "100%", "100%" },
207+
border_size = 0,
208+
no_anim = true,
209+
float = true,
210+
pin = true
211211
})
212212
```
213213
</TabItem>

0 commit comments

Comments
 (0)