fix blur and some errors with x11

This commit is contained in:
Lucas Barbieri 2024-06-11 20:36:28 -03:00
parent f874a9b29d
commit 21b6d34d76
2 changed files with 3 additions and 3 deletions

View File

@ -211,7 +211,7 @@ opacity-rule = [
# blur-method =
blur: {
method = "dual_kawase";
strength = 4;
strength = 3;
deviation = 3;
size = 3;
background = true;

View File

@ -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,