mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
tests/miriway: Explicitly enable X11 for XWayland testing
Works fine without, but just in case
This commit is contained in:
parent
b2a74bc0ab
commit
0de3431e30
@ -33,6 +33,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
|
||||
enable = true;
|
||||
config = ''
|
||||
add-wayland-extensions=all
|
||||
enable-x11=
|
||||
|
||||
ctrl-alt=t:foot --maximized
|
||||
ctrl-alt=a:env WINIT_UNIX_BACKEND=x11 WAYLAND_DISPLAY=invalid alacritty --option window.startup_mode=maximized
|
||||
|
Loading…
Reference in New Issue
Block a user