firefox: I forgot MOZ_USE_WAYLAND
This commit is contained in:
parent
226c8bb781
commit
487b79d71f
@ -7,10 +7,12 @@
|
||||
# Deploy a Firefox policy to set the search engine and do some other things
|
||||
etc."firefox/policies/policies.json".source = ./policies.json;
|
||||
|
||||
sessionVariables = {
|
||||
variables = {
|
||||
# TODO: Use pam_environment once I figure out how to enable it.
|
||||
# Enable multi-touch and stuff
|
||||
# Enable multi-touch...
|
||||
"MOZ_USE_XINPUT2" = "1";
|
||||
# ... and Wayland
|
||||
"MOZ_USE_WAYLAND" = "1";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user