aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/ISSUE_GUIDELINES.md
diff options
context:
space:
mode:
authorthejch <[email protected]>2024-02-19 16:55:04 -0800
committerGitHub <[email protected]>2024-02-20 00:55:04 +0000
commit030ed27cc8dee5712f5d38dff9af0b1b3a97bd9c (patch)
tree361db2c68e6d35725a0d6a5957306c1a7e580154 /docs/ISSUE_GUIDELINES.md
parente793f10b8bd1685a2e2bbd7cc90063f12bf380c4 (diff)
downloadHyprland-030ed27cc8dee5712f5d38dff9af0b1b3a97bd9c.tar.gz
Hyprland-030ed27cc8dee5712f5d38dff9af0b1b3a97bd9c.zip
crashreporter: Use ~/.cache as cache dir (#4719)
* use ~/.cache for crash reports * minor word edit * clang-format * minor typo
Diffstat (limited to 'docs/ISSUE_GUIDELINES.md')
-rw-r--r--docs/ISSUE_GUIDELINES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ISSUE_GUIDELINES.md b/docs/ISSUE_GUIDELINES.md
index be011608..c031fe85 100644
--- a/docs/ISSUE_GUIDELINES.md
+++ b/docs/ISSUE_GUIDELINES.md
@@ -47,7 +47,7 @@ basically, directories in /tmp/hypr are your sessions.
## Obtaining the Hyprland Crash Report (v0.22.0beta and up)
-If you have `$XDG_CACHE_HOME` set, the crash report directory is `$XDG_CACHE_HOME/hyprland`. If not, it's `~/.hyprland`
+If you have `$XDG_CACHE_HOME` set, the crash report directory is `$XDG_CACHE_HOME/hyprland`. If not, it's `$HOME/.cache/hyprland`.
Go to the crash report directory and you should find a file named `hyprlandCrashReport[XXXX].txt` where `[XXXX]` is the PID of the process that crashed.