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 =
|
||||||
blur: {
|
blur: {
|
||||||
method = "dual_kawase";
|
method = "dual_kawase";
|
||||||
strength = 4;
|
strength = 3;
|
||||||
deviation = 3;
|
deviation = 3;
|
||||||
size = 3;
|
size = 3;
|
||||||
background = true;
|
background = true;
|
||||||
|
@ -50,13 +50,13 @@ return {
|
|||||||
warn_about_missing_glyphs = false,
|
warn_about_missing_glyphs = false,
|
||||||
font_size = 15,
|
font_size = 15,
|
||||||
line_height = 1.0,
|
line_height = 1.0,
|
||||||
dpi = 96.0,
|
-- dpi = 96.0,
|
||||||
|
|
||||||
-- Cursor style
|
-- Cursor style
|
||||||
default_cursor_style = "BlinkingUnderline",
|
default_cursor_style = "BlinkingUnderline",
|
||||||
|
|
||||||
-- X11
|
-- X11
|
||||||
enable_wayland = true,
|
enable_wayland = false,
|
||||||
|
|
||||||
-- Keybinds
|
-- Keybinds
|
||||||
disable_default_key_bindings = true,
|
disable_default_key_bindings = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user