2021-05-03 17:12:48 +02:00
|
|
|
# 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>
|
|
|
|
|
2021-05-03 17:15:17 +02:00
|
|
|
clicksnap is binded to <kbd>Ctrl</kbd> + <kbd>Left Mouse Click</kbd>
|
2021-05-03 17:12:48 +02:00
|
|
|
|
|
|
|
![clicksnap](clicksnap.png "clicksnap areas")
|