From 21b6d34d7685b38200317687d8790bbcbc900ebb Mon Sep 17 00:00:00 2001 From: Lucas Barbieri Date: Tue, 11 Jun 2024 20:36:28 -0300 Subject: [PATCH] fix blur and some errors with x11 --- desktop/configs/picom/.config/picom/picom.conf | 2 +- desktop/configs/wezterm/.config/wezterm/wezterm.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/configs/picom/.config/picom/picom.conf b/desktop/configs/picom/.config/picom/picom.conf index e36ff6c..f529744 100644 --- a/desktop/configs/picom/.config/picom/picom.conf +++ b/desktop/configs/picom/.config/picom/picom.conf @@ -211,7 +211,7 @@ opacity-rule = [ # blur-method = blur: { method = "dual_kawase"; - strength = 4; + strength = 3; deviation = 3; size = 3; background = true; diff --git a/desktop/configs/wezterm/.config/wezterm/wezterm.lua b/desktop/configs/wezterm/.config/wezterm/wezterm.lua index d52c6e2..102ad1d 100644 --- a/desktop/configs/wezterm/.config/wezterm/wezterm.lua +++ b/desktop/configs/wezterm/.config/wezterm/wezterm.lua @@ -50,13 +50,13 @@ return { warn_about_missing_glyphs = false, font_size = 15, line_height = 1.0, - dpi = 96.0, + -- dpi = 96.0, -- Cursor style default_cursor_style = "BlinkingUnderline", -- X11 - enable_wayland = true, + enable_wayland = false, -- Keybinds disable_default_key_bindings = true,