summaryrefslogtreecommitdiff
path: root/hypr/hyprland.conf
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-02-28 11:31:04 -0600
committerZachIR <zachir@librem.one>2025-02-28 11:43:53 -0600
commit5bfc5fde04608fe51beb3487756d110f95e92d43 (patch)
treee833f9ef417308eab4007d2856e925b1c902fee6 /hypr/hyprland.conf
parent18450042569408f80694a252dd17b7d1d22ecbfb (diff)
Disable hyprland logs
For now, at least.
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r--hypr/hyprland.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index afef32a..a8a0cb3 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -41,8 +41,8 @@ env = XCURSOR_SIZE,32
# Debug {{{
debug {
- enable_stdout_logs = true
- disable_logs = false
+ enable_stdout_logs = false
+ disable_logs = true
}
# }}}