hyprland: size scratchpads with monitor_w/h expressions, percent isn't parsed
This commit is contained in:
parent
5c1e96c6b8
commit
679284ba64
1 changed files with 2 additions and 2 deletions
|
|
@ -382,7 +382,7 @@ in
|
|||
name = "spotify-inset",
|
||||
match = { class = "^[Ss]potify$" },
|
||||
float = true,
|
||||
size = "80% 80%",
|
||||
size = "monitor_w*0.8 monitor_h*0.8",
|
||||
center = true,
|
||||
})
|
||||
|
||||
|
|
@ -397,7 +397,7 @@ in
|
|||
name = "scratchpad-inset",
|
||||
match = { class = "^dev.fred.scratchpad$" },
|
||||
float = true,
|
||||
size = "80% 80%",
|
||||
size = "monitor_w*0.8 monitor_h*0.8",
|
||||
center = true,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue