fix(win): set border to none for backdrop windows (#19)

## Description
Previously, backdrop windows were being created with the default border
options set in `opts`. I can't imagine this is ever desirable (see
screenshots), so always set the backdrop window border to none.

## Related Issue(s)
N/A

## Screenshots
### Before:

![image](https://github.com/user-attachments/assets/1ff0d810-ac6a-4309-b198-125f2a68331c)

### After:

![image](https://github.com/user-attachments/assets/2f1b348e-4e55-4631-934f-67896c0e2488)
This commit is contained in:
borgy 2024-11-07 08:38:16 -05:00 committed by GitHub
parent 636a17fd66
commit f5602e60c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -430,6 +430,7 @@ function M:drop()
height = 0,
width = 0,
style = "minimal",
border = "none",
focusable = false,
zindex = self.opts.zindex - 1,
wo = {