nixos/tests/miriway: fix alacritty xwayland test
This commit is contained in:
parent
189c1648cd
commit
122738871b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
|
|||
enable-x11=
|
||||
|
||||
ctrl-alt=t:foot --maximized
|
||||
ctrl-alt=a:env WINIT_UNIX_BACKEND=x11 WAYLAND_DISPLAY=invalid alacritty --option window.startup_mode=maximized
|
||||
ctrl-alt=a:env WINIT_UNIX_BACKEND=x11 WAYLAND_DISPLAY= alacritty --option window.startup_mode=\"maximized\"
|
||||
|
||||
shell-component=dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY
|
||||
|
||||
|
|
Loading…
Reference in a new issue