mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 19:05:58 +01:00
notify of wiki in case of crashes
This commit is contained in:
parent
316b49eee2
commit
2c8cf6afc4
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ CCompositor::CCompositor() {
|
|||
|
||||
Debug::log(LOG, "========================");
|
||||
|
||||
Debug::log(NONE, "\n\n"); // pad
|
||||
|
||||
Debug::log(INFO, "If you are crashing, or encounter any bugs, please consult https://github.com/hyprwm/Hyprland/wiki/Crashing-and-bugs\n\n");
|
||||
|
||||
setenv("HYPRLAND_INSTANCE_SIGNATURE", m_szInstanceSignature.c_str(), true);
|
||||
|
||||
const auto INSTANCEPATH = "/tmp/hypr/" + m_szInstanceSignature;
|
||||
|
|
Loading…
Reference in a new issue