home: {firefox,librewolf}: use xinput2
This commit is contained in:
parent
041d35e28e
commit
02fed5f29b
3 changed files with 11 additions and 0 deletions
|
@ -60,4 +60,8 @@ in {
|
||||||
# # TODO
|
# # TODO
|
||||||
# profiles."default" = {};
|
# profiles."default" = {};
|
||||||
#};
|
#};
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
MOZ_USE_XINPUT2 = "1";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -80,4 +80,8 @@ in {
|
||||||
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";
|
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
MOZ_USE_XINPUT2 = "1";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,6 +20,9 @@
|
||||||
# Blur
|
# Blur
|
||||||
blur-method = "dual_kawase";
|
blur-method = "dual_kawase";
|
||||||
blur-strength = 10;
|
blur-strength = 10;
|
||||||
|
blur-background-exclude = [
|
||||||
|
"_GTK_FRAME_EXTENTS@:c"
|
||||||
|
];
|
||||||
|
|
||||||
# Corners
|
# Corners
|
||||||
corner-radius = 12;
|
corner-radius = 12;
|
||||||
|
|
Loading…
Reference in a new issue