raise your hand if you liked the onepixel border and i'll add an option for it somewhere
This commit is contained in:
parent
2a8ede0004
commit
77c744f285
1 changed files with 1 additions and 1 deletions
|
@ -1257,7 +1257,7 @@ void client_setup_decor_and_functions(ObClient *self)
|
|||
/* finally, the user can have requested no decorations, which overrides
|
||||
everything (but doesnt give it a border if it doesnt have one) */
|
||||
if (self->undecorated)
|
||||
self->decorations &= OB_FRAME_DECOR_BORDER;
|
||||
self->decorations = 0; //&= OB_FRAME_DECOR_BORDER;
|
||||
|
||||
/* if we don't have a titlebar, then we cannot shade! */
|
||||
if (!(self->decorations & OB_FRAME_DECOR_TITLEBAR))
|
||||
|
|
Loading…
Reference in a new issue