feat(hyprlua): move filepicker dialog to 5% of the display
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>feat/astal-menu
parent
8900fe0004
commit
d9e6ee0f10
|
|
@ -73,12 +73,12 @@ hl.window_rule({
|
||||||
size = "(monitor_w*0.2) (monitor_h*0.2)",
|
size = "(monitor_w*0.2) (monitor_h*0.2)",
|
||||||
})
|
})
|
||||||
|
|
||||||
-- filepicker — float near the top-left, 10% into the display
|
-- filepicker — float near the top-left, 5% into the display
|
||||||
hl.window_rule({
|
hl.window_rule({
|
||||||
name = "filepicker",
|
name = "filepicker",
|
||||||
match = { tag = "filepicker" },
|
match = { tag = "filepicker" },
|
||||||
float = true,
|
float = true,
|
||||||
move = "(monitor_w*0.1) (monitor_h*0.1)",
|
move = "(monitor_w*0.05) (monitor_h*0.05)",
|
||||||
})
|
})
|
||||||
|
|
||||||
-- spotify floating
|
-- spotify floating
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue