diff options
author | zachir <zachir@librem.one> | 2025-02-28 16:56:34 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-02-28 16:56:34 -0600 |
commit | b9499927810490c6032c8e7516ffb65afd4ae27d (patch) | |
tree | fd839669d095278a661900ff1b70e635b642869a /hypr | |
parent | 1459d4c670b9840b4b549f416ffd069644cb2535 (diff) | |
parent | b49362306bebbcd77517940203e981d263b31d0e (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index bd2aab2..b9925c6 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 } # }}} |