labwc/docs
Consolatis c1c624daf0 keybinds: add optional layoutDependent argument
This allows to define keybinds as layout dependent. E.g. keybinds
only trigger if the configured key exists in the currently active
keyboard layout. The keybind will also only trigger on the physical
key that is mapped to the configured key in the active layout.

By default the new argument is false which means all keybinds by
default are layout agnostic. This optional argument can be used
to restore the earlier default behavior of having keys layout
dependent.
2023-09-11 15:41:19 +02:00
..
autostart docs/autostart: use wlopm with * 2022-05-04 21:52:20 +01:00
environment src/config/session.c: Update dbus / systemd activation environment 2022-07-29 06:45:24 +01:00
labwc-actions.5.scd Add keepBorder <theme> option and enable it by default 2023-08-10 16:09:20 +02:00
labwc-config.5.scd keybinds: add optional layoutDependent argument 2023-09-11 15:41:19 +02:00
labwc-menu.5.scd menu: support CDATA for <command> element 2023-07-04 06:01:47 +01:00
labwc-theme.5.scd Support png buttons 2023-08-09 07:38:17 +01:00
labwc.1.scd Add --exit and --reconfigure 2022-10-15 00:19:18 +02:00
labwc.desktop src/config/session.c: Update dbus / systemd activation environment 2022-07-29 06:45:24 +01:00
menu.xml action: support SendToDesktop 'follow' option 2023-03-26 19:52:50 +02:00
meson.build theme: support theme setting override 2023-01-03 21:21:21 +00:00
rc.xml src/config/rcxml.c: allow clearing key/mouse bindings 2023-02-03 03:30:10 +01:00
rc.xml.all config: support <tapAndDrag> and <dragLock> 2023-09-07 22:55:50 +01:00
README theme: support theme setting override 2023-01-03 21:21:21 +00:00
themerc ToggleKeybinds per window 2023-07-06 06:02:28 +01:00

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

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