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