# Widget FAQs

## General operation questions

### How do I clone a widget?

You can clone widgets within JaxCore. Note that cloned widgets will not receive style updates / bug fixes.

1. Go to the info setting for the widget you want to copy
2. Click on *make clone* in actions
3. Enter the clone's name, make sure it does not have any spaces in it
4. JaxCore would close after that. Restart it and go to the **library page** in [home](/getting-started/user-interface.md#home-pages).
5. Click on *Go to settings of widget or module...*
6. Enter the cloned widget name
7. Activate the newly created clone from the [sidebar](/getting-started/user-interface.md#module-settings-sidebar).

### How do I lock a widget in place?

<figure><img src="/files/or3uY37RVoimCT9ruHSk" alt=""><figcaption><p>Use the context menu to toggle draggability</p></figcaption></figure>

### What should I do if I've made it click through but I want to drag it?

Hold **Ctrl** and then **Right click**

<figure><img src="/files/9REAeHWZT58oAwflIXS5" alt=""><figcaption></figcaption></figure>

### How do I align a widget?

Right click -> Align

## Known issues

### ModularClocks or ModularPlayers flickering when using 16 or blur style

This issue is caused by Windows providing the wrong wallpaper path, causing the blur to refresh everytime the clock refreshes.

To fix this issue, change your wallpaper to something else, rename the original wallpaper with simple charcters / relocate to desktop and refresh the widget.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.jaxcore.app/getting-started/faqs/widget-faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
