Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Adjustment] Drag window to move, keep shaded, when window shaded. #9

Closed
samwhelp opened this issue Jan 2, 2023 · 1 comment
Closed

Comments

@samwhelp
Copy link

samwhelp commented Jan 2, 2023

Drag window to move, keep shaded, when window shaded.

I create a sample for explaining this feature.

archcraft-openbox / adjustment / mousebind

context Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner / orginal

  <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>

context Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner / adjust

  <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>

Link

@adi1090x
Copy link
Member

adi1090x commented Apr 3, 2024

Adjusted! (Sorry, i don't even know why the PR were closed, perhaps conflicts)

@adi1090x adi1090x closed this as completed Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants