Skip to content

Commit

Permalink
Fill out 'Mixing Wayland and X11 Clients'
Browse files Browse the repository at this point in the history
  • Loading branch information
tarek-y-ismail committed Jul 19, 2024
1 parent 512d144 commit 5bc3aec
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doc/sphinx/explore-mir-using-demos.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,16 @@ log in, you'll see `miral-shell` running fullscreen!

## Using On-screen Keyboards

## Mixning Wayland and X11 Clients
## Mixing Wayland and X11 Clients
You can easily run X11 applications inside Mir based compositors. For example,
to enable x11 support in `miral-shell`, you can run the following command:

```sh
miral-shell --enable-x11 true
```

When it loads, you can start a terminal and run `xclock` or any other X11
application side to side with Wayland applications!

## Remote Desktop

Expand Down

0 comments on commit 5bc3aec

Please sign in to comment.