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,