add decor_sticky to the default decorations list
This commit is contained in:
parent
2c977ae7ff
commit
7b9d92b2e7
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ void Client::getType()
|
|||
void Client::setupDecorAndFunctions()
|
||||
{
|
||||
// start with everything (cept fullscreen)
|
||||
_decorations = Decor_Titlebar | Decor_Handle | Decor_Border |
|
||||
_decorations = Decor_Titlebar | Decor_Handle | Decor_Border | Decor_Sticky |
|
||||
Decor_Iconify | Decor_Maximize;
|
||||
_functions = Func_Resize | Func_Move | Func_Iconify | Func_Maximize |
|
||||
Func_Shade;
|
||||
|
|
Loading…
Reference in a new issue