added window pinning
This commit is contained in:
parent
f663fa209c
commit
d94fe3d063
11 changed files with 115 additions and 13 deletions
|
|
@ -226,6 +226,8 @@ void IHyprLayout::changeWindowFloatingMode(CWindow* pWindow) {
|
|||
return;
|
||||
}
|
||||
|
||||
pWindow->m_bPinned = false;
|
||||
|
||||
const auto TILED = isWindowTiled(pWindow);
|
||||
|
||||
if (!TILED) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue