labwc/docs
Johan Malm 3d337857b7 config: support <mouse><default />
This loads default mousebinds and provides a way to keep config files
simpler whilst allowing user specific binds.

Note that if no rc.xml is found, or if no <mouse><mousebind> entries
exist, the same default mousebinds will be loaded even if the <default />
element is not provided.

Example usage:

  <mouse>
    <default />
    <context name="Root">
      <mousebind button="Right" action="Press">
        <action name="Execute" command="my-menu-application" />
      </mousebind>
    </context>
  </mouse>
2022-04-22 17:52:01 +01:00
..
autostart docs/autostart: add swayidle with wlopm example 2022-04-21 21:22:10 +01:00
environment cursor: support XCURSOR_THEME and XCURSOR_SIZE 2021-11-28 22:50:37 +00:00
labwc-actions.5.scd Add ToggleAlwaysOnTop action 2022-04-09 17:18:39 +01:00
labwc-config.5.scd config: support <mouse><default /> 2022-04-22 17:52:01 +01:00
labwc-environment.5.scd labwc-environment(5): add XCURSOR_{THEME,SIZE} 2021-12-29 14:25:13 +00:00
labwc-menu.5.scd labwc-menu(1): fix s/openbox/labwc/ typo 2022-04-21 21:26:04 +01:00
labwc-theme.5.scd theme: add menu.overlap.{x,y} 2021-11-08 17:36:39 +00:00
labwc.1.scd Add command line option -C to specify config directory 2022-04-22 17:00:36 +01:00
labwc.desktop Add labwc.desktop (issue #36) 2021-07-12 21:41:12 +01:00
menu.xml Add ToggleAlwaysOnTop action 2022-04-09 17:18:39 +01:00
meson.build build: remove scdoc stdin/stdout hack 2021-09-22 20:21:00 +01:00
rc.xml docs/rc.xml: explain purpose & remove <mouse> element 2021-09-06 22:07:46 +01:00
rc.xml.all Add WindowMenu button 2022-01-26 06:17:41 +00:00
themerc theme: add menu.overlap.{x,y} 2021-11-08 17:36:39 +00:00