clicksnap CTRL+click window snapping for Openbox https://maboxlinux.org
Go to file
Daniel Napora 38cd4de82c initial commit 2021-05-03 17:12:48 +02:00
README.md initial commit 2021-05-03 17:12:48 +02:00
clicksnap initial commit 2021-05-03 17:12:48 +02:00
clicksnap.png initial commit 2021-05-03 17:12:48 +02:00

README.md

clicksnap

clicksnap for Openbox - click on the appropriate area of the window to snap it in a given direction. Works with active and inactive windows.

Add this mousebind action to context Frame:

  <mousebind action="Press" button="C-Left">
    <action name="UnmaximizeFull"/>
    <action name="Execute">
      <command>clicksnap</command>
    </action>
  </mousebind>

clicksnap is binded to Ctrl + Left Mouse Click

clicksnap