home: {firefox,librewolf}: use xinput2

This commit is contained in:
Guanran Wang 2024-01-10 03:36:50 +08:00
parent 041d35e28e
commit 02fed5f29b
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
3 changed files with 11 additions and 0 deletions

View file

@ -60,4 +60,8 @@ in {
# # TODO
# profiles."default" = {};
#};
home.sessionVariables = {
MOZ_USE_XINPUT2 = "1";
};
}

View file

@ -80,4 +80,8 @@ in {
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";
};
};
home.sessionVariables = {
MOZ_USE_XINPUT2 = "1";
};
}

View file

@ -20,6 +20,9 @@
# Blur
blur-method = "dual_kawase";
blur-strength = 10;
blur-background-exclude = [
"_GTK_FRAME_EXTENTS@:c"
];
# Corners
corner-radius = 12;