From 304c1868a146ff96a99af42ec6f1f8df72ed91bb Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Wed, 4 Sep 2024 00:52:44 -0500 Subject: [PATCH] Add debug log conf for hyperland --- hyprland/.config/hypr/contrib/000-debug.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hyprland/.config/hypr/contrib/000-debug.conf diff --git a/hyprland/.config/hypr/contrib/000-debug.conf b/hyprland/.config/hypr/contrib/000-debug.conf new file mode 100644 index 00000000..be278ad1 --- /dev/null +++ b/hyprland/.config/hypr/contrib/000-debug.conf @@ -0,0 +1,5 @@ +# vim: set ft=config: +debug { + # This enables debug logging for troubleshooting + disable_logs = false +}