Originally created by @yydcnjjw on GitHub (Dec 16, 2021).
Originally assigned to: @LGUG2Z on GitHub.
Filter window according to different window types.
Example:
```
# i3wm
for_window [window_role="pop-up"] floating enable
```
I think we could try expanding the the float and other rules which take window identifiers to also take Window Styles, which includes a style for popup windows. I don't know whether or not this style is respected as widely by Windows applications as the "pop-up" window role is on Linux, but I think this is the closest that we will be able to get to what you are describing for now.
@LGUG2Z commented on GitHub (Dec 16, 2021):
I think we could try expanding the the float and other rules which take window identifiers to also take [Window Styles](https://docs.microsoft.com/en-us/windows/win32/winmsg/window-styles), which includes a style for popup windows. I don't know whether or not this style is respected as widely by Windows applications as the "pop-up" window role is on Linux, but I think this is the closest that we will be able to get to what you are describing for now.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @yydcnjjw on GitHub (Dec 16, 2021).
Originally assigned to: @LGUG2Z on GitHub.
Filter window according to different window types.
Example:
@LGUG2Z commented on GitHub (Dec 16, 2021):
I think we could try expanding the the float and other rules which take window identifiers to also take Window Styles, which includes a style for popup windows. I don't know whether or not this style is respected as widely by Windows applications as the "pop-up" window role is on Linux, but I think this is the closest that we will be able to get to what you are describing for now.