mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 10:36:15 -05:00
Added MOZ_USE_XINPUT2 option to firefox to prep for smooth scrolling
This commit is contained in:
parent
2d87a289ea
commit
eb44470e80
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
(format port "#!~a \n
|
||||
export LD_LIBRARY_PATH=~a \n
|
||||
export MOZ_ENABLE_WAYLAND=1 \n
|
||||
export MOZ_USE_XINPUT2=1 \n
|
||||
exec ~a $@\n"
|
||||
(string-append bash "/bin/bash")
|
||||
(string-append pipewire "/lib")
|
||||
|
|
Loading…
Reference in a new issue