labwc/include
Johan Malm afe666fd6e action: expand shell variables before execvp()
Expanding shell variables, including tilde, enables the following type
of keybind:

<keyboard>
    <keybind key="XF86AudioMute">
      <action name="Execute">
        <command>bash ~/mute-script.sh</command>
      </action>
    </keybind>
</keyboard>

Fixes issue #32
2021-06-30 19:56:31 +01:00
..
common action: expand shell variables before execvp() 2021-06-30 19:56:31 +01:00
config focus: add basic follow mouse support 2021-05-28 21:25:19 +01:00
menu menu: minor refactoring 2021-02-19 23:31:30 +00:00
xbm Un-global theme variable 2021-02-21 21:54:40 +00:00
labwc.h focus: add basic follow mouse support 2021-05-28 21:25:19 +01:00
layers.h layers: handle top layer unmap/destroy better 2020-10-31 15:09:13 +00:00
meson.build Make xwayland support optional 2020-12-30 10:29:21 +00:00
ssd.h Added support for rounded corners 2021-03-27 21:04:12 +00:00
theme.h theme: move title_height to theme struct 2021-04-15 20:13:49 +01:00