JaxCore
GithubWebsiteSupport Server
  • JaxCore - Documentation
  • 🚀Getting Started
    • Introduction
    • Installation
    • User Interface
    • Additional requisites
    • Changing global options
    • Uninstallation
    • FAQs
      • New user FAQs
      • JaxCore FAQs
      • Miscellaneous FAQs
      • Anti-virus, false positive FAQs
      • Modules FAQs
        • YourFlyouts
        • YourMixer
        • ValliStart
        • IdleStyle
        • Keylaunch
        • Keystrokes OSD
      • Widget FAQs
        • ModularClocks
        • ModularVisualizer
        • Plainext
      • Media Player FAQs
      • Performance FAQs
  • 📦Modules
    • Introduction
    • YourFlyouts
    • YourMixer
    • IdleStyle
    • ValliStart
  • 🌥️Widgets
    • Introduction
    • ModularClocks
    • ModularPlayers
    • ModularVisualizer
    • Overlayer
    • Plainext
    • FAQ
  • Coding a module
    • Code formatting
    • Variables
    • Dynamic & Reactive user interface
    • Measures
    • MeterStyles
    • AutoHotkey usage
    • CoreInstaller
Powered by GitBook
On this page
  • How can I correctly position IdleStyle on multiple monitors?
  • Why isn't the Idle timer ticking?
  • Can I show the same contents on multiple monitors?

Was this helpful?

Export as PDF
  1. Getting Started
  2. FAQs
  3. Modules FAQs

IdleStyle

How can I correctly position IdleStyle on multiple monitors?

Change the position settings.

Go to the position settings, and change the following options:

  1. Screen to display on The index of the screen to display the main section of IdleStyle. (e.g. second monitor: 2)

  2. Number of screens to stretch horzontally The number of screens that you want IdleStyle to cover. If you only want it to cover your primary monitor, set this value to 0.

  3. Alignment of screensaver Direction of the screens from the main sections' position

If you are unable to achieve the results you want, turn off Smart detection and change the following options:

  1. Screen to display on The index of the screen to display the main section of IdleStyle. (e.g. second monitor: 2)

  2. Click on Open Editor and position the overlay over all of your monitors, then press Enter.

Why isn't the Idle timer ticking?

Windows might be constantly checking for driver updates, and hence resetting the timer. You can try making sure all your drivers are up to date.

Can I show the same contents on multiple monitors?

Unfortunately not.

PreviousValliStartNextKeylaunch

Last updated 2 years ago

Was this helpful?

🚀