fix blur and some errors with x11
This commit is contained in:
parent
f874a9b29d
commit
21b6d34d76
@ -211,7 +211,7 @@ opacity-rule = [
|
||||
# blur-method =
|
||||
blur: {
|
||||
method = "dual_kawase";
|
||||
strength = 4;
|
||||
strength = 3;
|
||||
deviation = 3;
|
||||
size = 3;
|
||||
background = true;
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user