設定在視窗最大化時,也能拖曳視窗移動
範例
openbox / adjustment / mousebind
Drag window to move, when window maximized.
context Titlebar / 一開始的設定片段
<mouse>
<context name="Titlebar">
<mousebind button="Left" action="Drag">
<action name="Move"/>
</mousebind>
</context>
</mouse>
context Titlebar / 調整過的設定片段
<mouse>
<context name="Titlebar">
<mousebind button="Left" action="Drag">
<action name="UnmaximizeFull"/>
<action name="Move"/>
</mousebind>
</context>
</mouse>
context Frame / 一開始的設定片段
<mouse>
<context name="Frame">
<mousebind button="A-Left" action="Drag">
<action name="Move"/>
</mousebind>
</context>
</mouse>
context Frame / 調整過的設定片段
<mouse>
<context name="Frame">
<mousebind button="A-Left" action="Drag">
<action name="UnmaximizeFull"/>
<action name="Move"/>
</mousebind>
</context>
</mouse>
相關討論
- archcraft-openbox / [Adjustment] Drag window to move, when window maximized
- archcraft-lxde / [Adjustment] Drag window to move, when window maximized
- mabox / [about mabox mousebind] Drag window to move, when window maximized.