mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
- Add Move as a default mouse binding for a Titlebar Press action
- Remove the hard-coded handling in cursor_button()
Example config snippet:
<mouse>
<context name="Titlebar">
<mousebind button="Left" action="Press">
<action name="Focus"/>
<action name="Raise"/>
<action name="Move"/>
</mousebind>
</context>
</mouse>
|
||
|---|---|---|
| .. | ||
| common | ||
| config | ||
| menu | ||
| xbm | ||
| labwc.h | ||
| layers.h | ||
| meson.build | ||
| resistance.h | ||
| ssd.h | ||
| theme.h | ||