all repos — openbox @ 4c7119f94fe6accb43770aba1a220bed7c627b79

openbox fork - make it a bit more like ryudo

hide more decor whwn its not being used
Dana Jansens danakj@orodu.net
commit

4c7119f94fe6accb43770aba1a220bed7c627b79

parent

a78b22d0155432561bc4296661e33dc8a1d9a2b8

1 files changed, 12 insertions(+), 1 deletions(-)

jump to
M openbox/frame.copenbox/frame.c

@@ -580,9 +580,20 @@ XUnmapWindow(ob_display, self->handleright);

XUnmapWindow(ob_display, self->lgriptop); XUnmapWindow(ob_display, self->rgriptop); } - } else + } else { + XUnmapWindow(ob_display, self->handleleft); + XUnmapWindow(ob_display, self->handleright); + XUnmapWindow(ob_display, self->lgriptop); + XUnmapWindow(ob_display, self->rgriptop); + XUnmapWindow(ob_display, self->handletop); + } } else { + XUnmapWindow(ob_display, self->handleleft); + XUnmapWindow(ob_display, self->handleright); + XUnmapWindow(ob_display, self->lgriptop); + XUnmapWindow(ob_display, self->rgriptop); + XUnmapWindow(ob_display, self->handletop); XUnmapWindow(ob_display, self->handlebottom);