mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-20 04:30:53 +02:00
changes
This commit is contained in:
+4
-3
@@ -273,7 +273,7 @@ blur-background-fixed = false;
|
||||
|
||||
blur: {
|
||||
# requires: https://github.com/ibhagwan/picom
|
||||
method = "kawase";
|
||||
method = "dual_kawase";
|
||||
#method = "kernel";
|
||||
strength = 4;
|
||||
# deviation = 1.0;
|
||||
@@ -315,8 +315,9 @@ blur-background-exclude = [
|
||||
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
|
||||
# `xrender` is the default one.
|
||||
#
|
||||
experimental-backends = true;
|
||||
backend = "glx";
|
||||
experimental-backends = false;
|
||||
#backend = "glx";
|
||||
backend = "xr_glx_hybrid"
|
||||
#backend = "xrender";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user