overlays/eww: remove withWayland
This commit is contained in:
parent
9bd61c9b6a
commit
9637bd72f6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
self: super: {
|
self: super: {
|
||||||
eww = (super.eww.override { withWayland = true; }).overrideAttrs (old: rec {
|
eww = super.eww.overrideAttrs (old: rec {
|
||||||
patches = old.patches ++ [
|
patches = old.patches ++ [
|
||||||
# Use normal scroll events instead of smooth scroll ( due to https://bugzilla.gnome.org/show_bug.cgi?id=675959 )
|
# Use normal scroll events instead of smooth scroll ( due to https://bugzilla.gnome.org/show_bug.cgi?id=675959 )
|
||||||
./patches/eww.patch
|
./patches/eww.patch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue