mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
xwayland: support xinitrc scripts to configure server on launch (#1963)
This commit is contained in:
parent
e4afa10fe4
commit
14d9bbab90
6 changed files with 48 additions and 5 deletions
|
|
@ -4,6 +4,12 @@
|
|||
|
||||
struct server;
|
||||
|
||||
/**
|
||||
* session_run_script - run a named session script (or, in merge-config mode,
|
||||
* all named session scripts) from the XDG path.
|
||||
*/
|
||||
void session_run_script(const char *script);
|
||||
|
||||
/**
|
||||
* session_environment_init - set environment variables based on <key>=<value>
|
||||
* pairs in `${XDG_CONFIG_DIRS:-/etc/xdg}/labwc/environment` with user override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue