Struct
PhocConfig
Description
struct PhocConfig {
_Bool xwayland;
_Bool xwayland_lazy;
PhocKeybindings* keybindings;
GSList* outputs;
char* config_path;
}
No description available.
Structure members
xwayland- No description available.
xwayland_lazy- No description available.
keybindings- No description available.
outputs- No description available.
config_path- No description available.
Instance methods
phoc_config_get_output
Get configuration for the output. If the output is not configured, returns NULL.