mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-02 03:45:57 +01:00
fix redundancy
This commit is contained in:
parent
b76e009bc3
commit
a3a8699b33
1 changed files with 1 additions and 2 deletions
|
@ -61,7 +61,7 @@ as a driver and using it for a while might give more insight to the more random
|
|||
bugs.
|
||||
|
||||
When Hyprland crashes, use `coredumpctl` and then `coredumpctl info PID` to see
|
||||
the dump. See the instructions below this paragraph for more info about `coredumpctl`.
|
||||
the dump. See the instructions below for more info about `coredumpctl`.
|
||||
|
||||
I also recommend the amazing command
|
||||
|
||||
|
@ -71,7 +71,6 @@ watch -n 0.1 "cat /tmp/hypr/$(echo HYPRLAND_INSTANCE_SIGNATURE)/hyprland.log | g
|
|||
|
||||
for live logs. (replace `hyprland` with `hyprlandd` for debug builds)
|
||||
|
||||
|
||||
### How do I get a coredump?
|
||||
|
||||
_These instructions are ONLY for systemd. If you use anything else, you should
|
||||
|
|
Loading…
Reference in a new issue