diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-01-13 17:50:48 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-01-13 17:50:48 +0530 |
| commit | 1f5fd6dba444ef0faef7e0799a205183c6ceb9af (patch) | |
| tree | dd78bb0a468003dca5122cd17c21406b7442e1da /config/picom.conf | |
| parent | fba2849d709fcafa500ca2392e58b15255f4ef5b (diff) | |
| download | nixos-config-1f5fd6dba444ef0faef7e0799a205183c6ceb9af.tar.gz nixos-config-1f5fd6dba444ef0faef7e0799a205183c6ceb9af.zip | |
config sync
Diffstat (limited to 'config/picom.conf')
| -rw-r--r-- | config/picom.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/picom.conf b/config/picom.conf index f0115c3..38de5ad 100644 --- a/config/picom.conf +++ b/config/picom.conf @@ -1,9 +1,8 @@ -backend = "glx"; +backend = "xrender"; # glx inactive-dim = 0.3; focus-exclude = [ "class_g = 'dwm'", "class_g = 'dmenu'"]; -#backend = "glx"; #blur-method = "dual_kawase"; #blur-strength = 2; |
