Better BSPWM binding

This commit is contained in:
Filippo Berto 2022-12-26 13:43:38 +01:00
parent 8ad70a9ada
commit 1f8c424512
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
7 changed files with 43 additions and 37 deletions

View file

@ -4,9 +4,9 @@
# blur = true;
# experimentalBackends = true;
fade = false;
shadow = true;
vSync = true;
# fade = false;
# shadow = true;
# vSync = true;
# settings = {
# blur =
# {
@ -15,13 +15,13 @@
# deviation = 7.0;
# };
# };
extraOptions = ''
blur:
{
method = "gaussian";
size = 10;
deviation = 7.0;
}
'';
# extraOptions = ''
# blur:
# {
# method = "gaussian";
# size = 10;
# deviation = 7.0;
# }
# '';
};
}