labwc/docs
Simon Long 84c222a84f Add onRelease option to <keybind>
...to make keybind actions fire on the release event rather then when the
key is first pressed. This is useful for binding actions to modifier keys
only. The most likely use-case for this is the binding of a Super key to a
menu, for example:

    <keybind key="Super_L" onRelease="yes">
      <action name="Execute" command="rofi -show drun"/>
    </keybind>

If another keybind is issued between the press and release, the on-release
keybind is cancelled.

Co-authored-by: @johanmalm
2024-06-09 21:15:58 +01:00
..
autostart
environment Fix various typos across the codebase 2024-03-08 13:59:20 +01:00
labwc-actions.5.scd
labwc-config.5.scd
labwc-menu.5.scd
labwc-theme.5.scd
labwc.1.scd
menu.xml feat: add Shade/Unshade/ToggleShade actions 2024-01-15 21:37:36 +00:00
meson.build
rc.xml
rc.xml.all wayland: add support for security-context-v1 2024-05-29 22:28:06 +01:00
README
shutdown docs: add example shutdown file 2024-06-01 23:53:34 +02:00
themerc ssd: add window drop-shadows (#1648) 2024-04-22 19:27:53 +01:00

Config layout for ~/.config/labwc/
- autostart
- environment
- menu.xml
- rc.xml
- shutdown
- themerc-override

See `man labwc-config and `man labwc-theme` for further details.