mirror of
https://github.com/swaywm/sway.git
synced 2024-11-16 13:13:17 +00:00
log env after ipc init
This commit is contained in:
parent
1cfebe827a
commit
7152075681
|
@ -366,7 +366,6 @@ int main(int argc, char **argv) {
|
||||||
|
|
||||||
log_kernel();
|
log_kernel();
|
||||||
log_distro();
|
log_distro();
|
||||||
log_env();
|
|
||||||
detect_proprietary();
|
detect_proprietary();
|
||||||
detect_raspi();
|
detect_raspi();
|
||||||
|
|
||||||
|
@ -387,6 +386,7 @@ int main(int argc, char **argv) {
|
||||||
|
|
||||||
init_layout();
|
init_layout();
|
||||||
ipc_init(&server);
|
ipc_init(&server);
|
||||||
|
log_env();
|
||||||
|
|
||||||
//if (validate) {
|
//if (validate) {
|
||||||
// bool valid = load_main_config(config_path, false);
|
// bool valid = load_main_config(config_path, false);
|
||||||
|
|
Loading…
Reference in a new issue