mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-08 04:25:59 +01:00
parent
a1277add4b
commit
28c1191620
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ SDecorationPositioningInfo CBordersPlusPlus::getPositioningInfo() {
|
|||
SDecorationPositioningInfo info;
|
||||
info.policy = DECORATION_POSITION_ABSOLUTE;
|
||||
info.reserved = true;
|
||||
info.priority = 1005;
|
||||
info.priority = 9990;
|
||||
info.edges = DECORATION_EDGE_BOTTOM | DECORATION_EDGE_LEFT | DECORATION_EDGE_RIGHT | DECORATION_EDGE_TOP;
|
||||
|
||||
if (m_fLastThickness == 0) {
|
||||
|
|
Loading…
Reference in a new issue