summarylogtreecommitdiffstats
path: root/note.install
blob: 13a8268dc89290798b6276b6990fd3e964bfd131 (plain)
1
2
3
4
post_install() {
  echo 'To enable ASan logs, start Hyprland like this: `ASAN_OPTIONS="detect_odr_violation=0,log_path=asan.log" Hyprland -c ~/.config/hypr/hyprland.conf`'
  echo 'Then just reproduce your crashes as usual. The logs will be placed in the directory you started Hyprland in.'
}