mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
Missing $ char added (#73)
This commit is contained in:
parent
8c4958f682
commit
31b39159eb
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ the dump. See the instructions below for more info about `coredumpctl`.
|
|||
You can also use the amazing command
|
||||
|
||||
```sh
|
||||
watch -n 0.1 "cat /tmp/hypr/$(echo HYPRLAND_INSTANCE_SIGNATURE)/hyprland.log | grep -v \"arranged\" | tail -n 40"
|
||||
watch -n 0.1 "cat /tmp/hypr/$(echo $HYPRLAND_INSTANCE_SIGNATURE)/hyprland.log | grep -v \"arranged\" | tail -n 40"
|
||||
```
|
||||
|
||||
for live logs. (replace `hyprland` with `hyprlandd` for debug builds)
|
||||
|
|
Loading…
Reference in a new issue