Closed samwhelp closed 7 months ago
Drag window to move, keep shaded, when window shaded.
I create a sample for explaining this feature.
<mouse> <context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner"> <mousebind action="Press" button="Left"> <action name="Focus"/> <action name="Raise"/> <action name="Unshade"/> </mousebind> </context> </mouse>
<mouse> <context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner"> <!-- <mousebind action="Press" button="Left"> <action name="Focus"/> <action name="Raise"/> <action name="Unshade"/> </mousebind> //--> <mousebind action="Press" button="Left"> <action name="Focus"/> <action name="Raise"/> </mousebind> </context> </mouse>
Adjusted! (Sorry, i don't even know why the PR were closed, perhaps conflicts)
I create a sample for explaining this feature.
archcraft-openbox / adjustment / mousebind
context Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner / orginal
context Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner / adjust
Link