2023-08-12 07:46:03 +00:00
|
|
|
option('service_script',
|
|
|
|
type: 'string',
|
|
|
|
value: 'Hyprland',
|
|
|
|
description: 'Executable for the main session script.'
|
|
|
|
)
|
|
|
|
|
|
|
|
option('session_script',
|
|
|
|
type: 'string',
|
|
|
|
value: 'gnome-session --session=mosey-branch',
|
|
|
|
description: 'Program (including its arguments) for the Wayland session entry file.',
|
|
|
|
)
|
2023-08-14 03:20:12 +00:00
|
|
|
|
|
|
|
option('polkit_script',
|
|
|
|
type: 'string',
|
|
|
|
value: 'polkit',
|
|
|
|
description: 'Executable and its arguments of the polkit daemon.'
|
|
|
|
)
|
|
|
|
|
|
|
|
option('ags_script',
|
|
|
|
type: 'string',
|
|
|
|
value: 'ags',
|
|
|
|
description: 'Executable and its arguments of the AGS widget system.'
|
|
|
|
)
|
|
|
|
|
|
|
|
option('ibus_script',
|
|
|
|
type: 'string',
|
|
|
|
value: 'ibus start',
|
|
|
|
description: 'Executable and its arguments of the IBus input engine.'
|
|
|
|
)
|